UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 186 B
/** Secret reference */ export interface SecretRef { /** ID of the secret */ id: string; /** Name of the secret */ name: string; } //# sourceMappingURL=SecretRef.d.ts.map