UNPKG

@becomes/cms-cloud-client

Version:

SDK for accessing BCMS Cloud API

13 lines (12 loc) 524 B
import { ObjectSchema } from '@becomes/purple-cheetah/types'; import { InstancePluginType } from '../models'; export declare const InstancePluginSetMiddleware: import("@becomes/purple-cheetah/types").Middleware; export interface InstancePluginSetData { name: string; tag: string; type: InstancePluginType; version?: string; active?: boolean; } export declare const InstanceFjeSetDataSchema: ObjectSchema; export declare const InstancePluginController: import("@becomes/purple-cheetah/types").Controller;