ExChromaDb.Api.GetUserIdentityResponse (ex_chroma_db v0.1.0)

View Source

Provides struct and type for a GetUserIdentityResponse

Summary

Types

t()

@type t() :: %ExChromaDb.Api.GetUserIdentityResponse{
  databases: [String.t()],
  tenant: String.t(),
  user_id: String.t()
}