UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 138 B
/** Describe SOTP secret keys */ export interface SOTPSecret { /** */ codes: string[]; } //# sourceMappingURL=SOTPSecret.d.ts.map