OrderHistory: {
    amount: string;
    assetImagePreviewUrl: string;
    assetImageUrl: string;
    assetName: string;
    category: OrderHistoryCategory;
    chainId: number;
    collectionChainShortName: string;
    collectionContractAddress: `0x${string}`;
    collectionCreatorFee: string;
    collectionExternalLinks: ExternalLink[];
    collectionId: string;
    collectionIsCampaign202408Featured: boolean;
    collectionIsVerified: boolean;
    collectionLogoImageUrl: string;
    collectionName: string;
    collectionOwnerAddress: `0x${string}`;
    collectionServiceFee: string;
    collectionSlug: string;
    contractAddress: `0x${string}`;
    createdAt: Date;
    currencySymbol: string;
    endTime: Date;
    fromAddress?: `0x${string}`;
    hash: `0x${string}`;
    id: string;
    orderStatus: OrderHistoryStatus;
    perPrice: string;
    platformType: PlatformType;
    price: number;
    startTime: Date;
    toAddress?: `0x${string}`;
    tokenId: string;
    txHash?: `0x${string}` | null;
    updatedAt: Date;
    usdPrice: number;
}