UNPKG

kuzzle-sdk

Version:
9 lines (8 loc) 144 B
/** * Generic API action arguments */ export interface ArgsDefault { queuable?: boolean; timeout?: number; [name: string]: any; }