/** * This file was auto-generated by Fern from our API Definition. */ /** * Email and password used to retrieve an access token */ export interface UserCredentials { /** Email */ email: string; /** Password */ password: string; }