OpenApiTypesense.StopwordsSetUpsertSchema (OpenApiTypesense v0.6.5)

View Source

Provides struct and type for a StopwordsSetUpsertSchema

Summary

Types

t()

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