kubernetes-models
Version:
13 lines (12 loc) • 651 B
TypeScript
import { Model } from "@kubernetes-models/base";
/**
* JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array.
*/
export interface IJSONSchemaPropsOrStringArray {
}
/**
* JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array.
*/
export declare class JSONSchemaPropsOrStringArray extends Model<IJSONSchemaPropsOrStringArray> implements IJSONSchemaPropsOrStringArray {
}
export { IJSONSchemaPropsOrStringArray as IIoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrStringArray, JSONSchemaPropsOrStringArray as IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrStringArray };