node-ovh-ts
Version:
OVH API wrapper library for TypeScript
11 lines (8 loc) • 352 B
TypeScript
import { StartupInfrastructureUsingEnum } from './StartupInfrastructureUsingEnum.js';
type StartupStartupProjectTechnicalNeed = {
infrastructureUsing: StartupInfrastructureUsingEnum;
otherCloudProvider?: boolean | null;
otherCloudProviderInfo?: string | null;
technicalNeeds: string;
};
export { StartupStartupProjectTechnicalNeed };