/** * This file was auto-generated by Fern from our API Definition. */ export interface User { object: "user"; id: string; firstName?: string; lastName?: string; email: string; emailVerified: boolean; createdAt: Date; updatedAt: Date; }