import type { WebAPICallResult } from '../../WebClient'; export type ConversationsExternalInvitePermissionsSetResponse = WebAPICallResult & { error?: string; needed?: string; ok?: boolean; provided?: string; }; //# sourceMappingURL=ConversationsExternalInvitePermissionsSetResponse.d.ts.map