Skip to main content

Type Alias: ConversationsCanvasesCreateResponse

type ConversationsCanvasesCreateResponse: WebAPICallResult & object;

Type declaration

canvas_id?

optional canvas_id: string;

detail?

optional detail: string;

error?

optional error: string;

needed?

optional needed: string;

ok?

optional ok: boolean;

provided?

optional provided: string;

response_metadata?

optional response_metadata: ResponseMetadata;

Defined in

packages/web-api/src/types/response/ConversationsCanvasesCreateResponse.ts:12