UNPKG

botframework-webchat-component

Version:
19 lines (17 loc) 285 B
export type WorkerJob = { arrayBuffer: ArrayBuffer; maxHeight: number; maxWidth: number; quality: number; type: string; }; export type WorkerReturnValue = | { result: string; } | { error: { message: string; stack: string; }; };