UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 187 B
/** A secret */ export interface Secret { /** Expiration time of the secret */ expiration: string; /** The secret */ secret: string; } //# sourceMappingURL=Secret.d.ts.map