Interface IExecutesOptions

interface IExecutesOptions {
    api: API;
    method: string;
    queue: Record<string, any>[];
}

Properties

Properties

api: API
method: string
queue: Record<string, any>[]

Generated using TypeDoc