UNPKG

slack-web-api-client

Version:
13 lines 420 B
import type { SlackAPIResponse } from "../response"; export type CanvasesAccessSetResponse = SlackAPIResponse & { error?: string; failed_to_update_channel_ids?: string[]; failed_to_update_user_ids?: string[]; needed?: string; ok: boolean; provided?: string; response_metadata?: ResponseMetadata; }; export interface ResponseMetadata { } //# sourceMappingURL=CanvasesAccessSetResponse.d.ts.map