Interface APIRequestData

interface APIRequestData {
    cache?: boolean;
    path: string;
    query?: APIRequestQuery;
}

Properties

Properties

cache?: boolean
path: string

Generated using TypeDoc