/** * This file was auto-generated by Fern from our API Definition. */ import * as Abound from "../../../../index"; /** * @example * {} * * @example * {} */ export interface UsersListRequest { page?: Abound.types.Page; email?: Abound.types.Email; foreignId?: Abound.types.ForeignId; }