1 | import type { WebAPICallResult } from '../../WebClient';
|
2 | export type CanvasesAccessSetResponse = 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 | };
|
11 | export type ResponseMetadata = {};
|
12 | //# sourceMappingURL=CanvasesAccessSetResponse.d.ts.map |
\ | No newline at end of file |