OpenApiTypesense.StopwordsSetUpsertSchema (OpenApiTypesense v1.0.3)

View Source

Provides struct and type for a StopwordsSetUpsertSchema

Summary

Types

t()

@type t() :: %OpenApiTypesense.StopwordsSetUpsertSchema{
  locale: String.t(),
  stopwords: [String.t()]
}