Provides struct and type for a SearchSynonym
@type t() :: %OpenApiTypesense.SearchSynonym{ id: String.t() | nil, locale: String.t() | nil, root: String.t() | nil, symbols_to_index: [String.t()] | nil, synonyms: [String.t()] | nil }