/** * This file was auto-generated by Fern from our API Definition. */ import * as Abound from "../../../../index"; /** * @example * {} */ export interface TinVerificationsListRequest { page?: Abound.types.Page; tinFingerprint?: Abound.types.TinFingerprintQueryParam; status?: Abound.types.TinVerificationStatusQueryParam; userId?: Abound.types.UserId; }