Interface APIRequestQuery

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

Indexable

[key: string]: string | undefined

Properties

Properties

disableCaching?: string

Generated using TypeDoc