/** * This file was auto-generated by Fern from our API Definition. */ export interface UserInfo { /** The external user ID */ userId: string; /** The timestamp when the user was created */ createdAt: string; }