/** * This file was auto-generated by Fern from our API Definition. */ import * as WorkOS from "../../.."; export interface TotpWithSecrets extends WorkOS.Totp { secret: string; qrCode: string; uri: string; }