@slack/web-api / CanvasesAccessSetResponse
Type Alias: CanvasesAccessSetResponse
type CanvasesAccessSetResponse = WebAPICallResult & object;
Defined in: packages/web-api/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;
warning?
optional warning?: string;