UNPKG

@codingame/kubevirt-api

Version:

kubevirt OpenAPI automation for TypeScript

10 lines (9 loc) 342 B
import { K8sModel } from '@openshift-console/dynamic-plugin-sdk/lib/api/common-types'; declare const StorageProfileModel: K8sModel; export declare const StorageProfileModelGroupVersionKind: { version: string; kind: string; group: string; }; export declare const StorageProfileModelRef: string; export default StorageProfileModel;