UNPKG

@becomes/cms-cloud-client

Version:

SDK for accessing BCMS Cloud API

6 lines (5 loc) 170 B
import type { ObjectSchema } from '@becomes/purple-cheetah/types'; export interface InstanceOrg { id: string; } export declare const InstanceOrgSchema: ObjectSchema;