UNPKG

@gridscale/api

Version:
13 lines (12 loc) 264 B
export declare type TaskEventLabel = { type?: string; description?: string; unique?: boolean; maxlength?: number; response_code?: number; schema?: { type?: string; description?: string; maxlength?: number; }; };