Interface IAPIRequestOptions

interface IAPIRequestOptions {
    api: API;
    method: string;
    params: Record<string, any>;
}

Properties

Properties

api: API
method: string
params: Record<string, any>

Generated using TypeDoc