/** * This file was auto-generated by Fern from our API Definition. */ import * as WorkOS from "../../.."; export interface Factor { object: "authentication_factor"; id: string; type: WorkOS.AuthenticationFactorType; userID?: string; sms?: WorkOS.Sms; totp?: WorkOS.Totp; createdAt: Date; updatedAt: Date; }