UNPKG

@alauda-fe/common

Version:

Alauda frontend team common codes.

22 lines (21 loc) 417 B
export interface YamlExample { title: string; description: string; yaml: string; snippet?: boolean; } export interface ConsoleYAMLSample { metadata: { name: string; }; spec: { title: string; description: string; yaml: string; snippet?: boolean; targetResource: { apiVersion: string; kind: string; }; }; }