UNPKG

402 BTypeScriptView Raw
1import type { WebAPICallResult } from '../../WebClient';
2export type CanvasesCreateResponse = WebAPICallResult & {
3 canvas_id?: string;
4 detail?: string;
5 error?: string;
6 needed?: string;
7 ok?: boolean;
8 provided?: string;
9 response_metadata?: ResponseMetadata;
10};
11export interface ResponseMetadata {
12 messages?: string[];
13}
14//# sourceMappingURL=CanvasesCreateResponse.d.ts.map
\No newline at end of file