UNPKG

@becomes/cms-cloud-client

Version:

SDK for accessing BCMS Cloud API

10 lines (9 loc) 278 B
import type { ObjectSchema } from '@becomes/purple-cheetah/types'; export declare enum InvitationErrorType { EMAIL = "EMAIL" } export interface InvitationError { type: InvitationErrorType; message: string; } export declare const InvitationErrorSchema: ObjectSchema;