Type Alias LootexCollectionMetadata
LootexCollectionMetadata: Omit<LootexCollection, | "bestCollectionOffer" | "chainId" | "contractType" | "currentListing" | "currentOffer" | "floorPrice" | "likesCount" | "priceSymbol" | "totalItems" | "totalListing" | "totalOffer" | "totalOwners" | "totalTradingCount" | "totalVolume"> & { chainId: number; verifiedCollection: boolean; }