UNPKG

slack-web-api-client

Version:
9 lines 321 B
import type { SlackAPIResponse } from "../response"; export type ConversationsRequestSharedInviteApproveResponse = SlackAPIResponse & { error?: string; invite_id?: string; needed?: string; ok: boolean; provided?: string; }; //# sourceMappingURL=ConversationsRequestSharedInviteApproveResponse.d.ts.map