UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 203 B
/** Describe TOTP secret keys */ export interface TOTPSecret { /** */ id: number; /** */ qrcodeHelper: string; /** */ secret: string; } //# sourceMappingURL=TOTPSecret.d.ts.map