@slack/web-api
Version:
Official library for using the Slack Platform's Web API
12 lines • 372 B
TypeScript
import { WebAPICallResult } from '../WebClient';
export type ConversationsInviteSharedResponse = WebAPICallResult & {
conf_code?: string;
error?: string;
invite_id?: string;
is_legacy_shared_channel?: boolean;
needed?: string;
ok?: boolean;
provided?: string;
url?: string;
};
//# sourceMappingURL=ConversationsInviteSharedResponse.d.ts.map