Type alias CreateSearchAliasViewOptions

CreateSearchAliasViewOptions: SearchAliasViewPropertiesOptions & {
    type: "search-alias";
}

Options for creating a SearchAlias View.

Type declaration

  • type: "search-alias"

    Type of the View.