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