Kind🔗--- Common types ---Definition🔗export interface Kind { kind: string; spec: any; metadata?: any; }