UNPKG

@becomes/cms-cloud-client

Version:

SDK for accessing BCMS Cloud API

7 lines (6 loc) 194 B
import type { ObjectSchema } from '@becomes/purple-cheetah/types'; export interface InvitationFrom { id: string; name: string; } export declare const InvitationFromSchema: ObjectSchema;