UNPKG

@becomes/cms-cloud-client

Version:

SDK for accessing BCMS Cloud API

7 lines (6 loc) 203 B
import type { ObjectSchema } from '@becomes/purple-cheetah/types'; export interface InvitationInstance { id: string; orgId: string; } export declare const InvitationInstanceSchema: ObjectSchema;