UNPKG

@becomes/cms-cloud-client

Version:

SDK for accessing BCMS Cloud API

6 lines (5 loc) 175 B
import type { ObjectSchema } from '@becomes/purple-cheetah/types'; export interface InvitationTo { email: string; } export declare const InvitationToSchema: ObjectSchema;