OpenApiTypesense.CollectionAlias (OpenApiTypesense v0.6.5)

View Source

Provides struct and type for a CollectionAlias

Summary

Types

t()

@type t() :: %OpenApiTypesense.CollectionAlias{
  collection_name: String.t(),
  name: String.t()
}