UNPKG

kubernetes-models

Version:
13 lines (12 loc) 751 B
import { Model } from "@kubernetes-models/base"; /** * JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes. */ export interface IJSONSchemaPropsOrArray { } /** * JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes. */ export declare class JSONSchemaPropsOrArray extends Model<IJSONSchemaPropsOrArray> implements IJSONSchemaPropsOrArray { } export { IJSONSchemaPropsOrArray as IIoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrArray, JSONSchemaPropsOrArray as IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrArray };