UNPKG

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