UNPKG

@slack/types

Version:

Shared type definitions for the Node Slack SDK

8 lines 198 B
export interface CallRejectedEvent { type: 'call_rejected'; call_id: string; user_id: string; channel_id: string; external_unique_id: string; } //# sourceMappingURL=call.d.ts.map