/** * This file was auto-generated by Fern from our API Definition. */ export interface Challenge { object: "authentication_challenge"; id: string; expiresAt?: Date; code?: string; authenticationFactorID: string; createdAt: Date; updatedAt: Date; }