export enum FulfillmentStatus { Unfulfilled = 'unfulfilled', Partial = 'partial', Fulfilled = 'fulfilled', }