UNPKG

@becomes/cms-cloud-client

Version:

SDK for accessing BCMS Cloud API

9 lines (8 loc) 305 B
import { FSDBEntity } from '@becomes/purple-cheetah-mod-fsdb/types'; import type { ObjectSchema } from '@becomes/purple-cheetah/types'; export interface InstanceDep extends FSDBEntity { instanceId: string; name: string; version: string; } export declare const InstanceDepSchema: ObjectSchema;