Type alias SearchAliasViewPatchPropertiesOptions

SearchAliasViewPatchPropertiesOptions: {
    indexes: SearchAliasViewPatchIndexOptions[];
}

Options for partially modifying the properties of a SearchAlias View.

Type declaration

Generated using TypeDoc