UNPKG

slack-web-api-client

Version:
12 lines 392 B
import type { SlackAPIResponse } from "../response"; export type ConversationsAcceptSharedInviteResponse = SlackAPIResponse & { can_open_scdm?: boolean; channel_id?: string; error?: string; implicit_approval?: boolean; invite_id?: string; needed?: string; ok: boolean; provided?: string; }; //# sourceMappingURL=ConversationsAcceptSharedInviteResponse.d.ts.map