Type Alias OfferItem

OfferItem: {
    endAmount: string;
    identifierOrCriteria: string;
    itemType: ItemType;
    startAmount: string;
    token: `0x${string}`;
}