View Source OpenApiTypesense.CollectionAlias (OpenApiTypesense v0.3.0)

Provides struct and type for a CollectionAlias

Summary

Types

t()

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