generator-begcode
Version:
Spring Boot + Angular/React/Vue in one handy generator
22 lines (21 loc) • 576 B
TypeScript
export declare const DeploymentTypes: {
DOCKERCOMPOSE: string;
KUBERNETES: string;
OPENSHIFT: string;
exists: (deploymentType?: any) => boolean;
};
export declare const DOCKERCOMPOSE: string;
export declare const KUBERNETES: string;
export declare const OPENSHIFT: string;
declare const Options: any;
export { Options };
declare const _default: {
Options: any;
DeploymentTypes: {
DOCKERCOMPOSE: string;
KUBERNETES: string;
OPENSHIFT: string;
exists: (deploymentType?: any) => boolean;
};
};
export default _default;