UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 215 B
/** secret */ export interface Secret { /** ID of the secret */ id: string; /** Name of the secret */ name: string; /** Secret region */ region: string; } //# sourceMappingURL=Secret.d.ts.map