UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 163 B
/** Describe secret key */ export interface SmsSecret { /** */ id: number; /** */ remainingTry: number; } //# sourceMappingURL=SmsSecret.d.ts.map