/** * This file was auto-generated by Fern from our API Definition. */ import * as Abound from "../../../../index"; /** * @example * {} */ export interface EDeliveryConsentListRequest { page?: Abound.types.Page; status?: Abound.EDeliveryConsentStatusEnum; /** * Filters the list of Electronic Delivery Consents based on the `email` field. */ email?: string; tinFingerprint?: Abound.types.TinFingerprint; userId?: Abound.types.UserId; }