UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 305 B
/** AI Solutions Instance Env Object */ export interface Env { /** Name of the environment variable to set inside the AI Solutions instance */ name: string; /** Value of the environment variable to set inside the AI Solutions instance */ value?: string; } //# sourceMappingURL=Env.d.ts.map