UNPKG

@controlplane/schema

Version:

Control Plane Corporation Schema

12 lines (11 loc) 210 B
import { Links } from './base'; export interface Config { kind?: 'config'; id?: string; lastModified?: Date; version?: number; data?: { [x: string]: any; }; links?: Links; }