/** * This file was auto-generated by Fern from our API Definition. */ export type EDeliveryConsentStatusEnum = "ASSENTED" | "WITHDRAWN"; export declare const EDeliveryConsentStatusEnum: { readonly Assented: "ASSENTED"; readonly Withdrawn: "WITHDRAWN"; };