@slack/web-api / CanvasesAccessSetResponse
Type Alias: CanvasesAccessSetResponse
type CanvasesAccessSetResponse = WebAPICallResult & object;
Defined in: src/types/response/CanvasesAccessSetResponse.ts:11
Type declaration
error?
optional error: string;
failed_to_update_channel_ids?
optional failed_to_update_channel_ids: string[];
failed_to_update_user_ids?
optional failed_to_update_user_ids: string[];
needed?
optional needed: string;
ok?
optional ok: boolean;
provided?
optional provided: string;
response_metadata?
optional response_metadata: ResponseMetadata;