Interface APIRequestQuery

interface APIRequestQuery {
    disableCaching?: string;
    [key: string]: string | boolean | undefined;
}

Indexable

  • [key: string]: string | boolean | undefined

Properties

Properties

disableCaching?: string