UNPKG

@appscode/design-system

Version:

A design system for Appscode websites and dashboards made using Bulma

16 lines (14 loc) 255 B
type SpecType = { values: Record<string, unknown>; }; export interface PreviewYamlType { content: string; initContent: string; isSecret: boolean; name: string; type: string; uid: string; key?: string; gvr?: string; spec?: SpecType; }