@slack/web-api / CallsInfoResponse
Type Alias: CallsInfoResponse
type CallsInfoResponse = WebAPICallResult & object;
Defined in: src/types/response/CallsInfoResponse.ts:11
Type declaration
call?
optional call: Call;
error?
optional error: string;
needed?
optional needed: string;
ok?
optional ok: boolean;
provided?
optional provided: string;