Skip to content

Kind🔗

--- Common types ---

Definition🔗

export interface Kind {
    kind: string;
    spec: any;
    metadata?: any;
}