Interface AdditionalSearchOption

Represents additional options for the search function.

interface AdditionalSearchOption {
    baseUrl?: string;
    muteApiError?: boolean;
}

Properties

baseUrl?: string

Override the default BASE_URL.

muteApiError?: boolean

Whether to mute the error if the API returns an error.