diff --git a/src/@types/Erc721.ts b/src/@types/NFT.ts similarity index 100% rename from src/@types/Erc721.ts rename to src/@types/NFT.ts diff --git a/src/@types/index.ts b/src/@types/index.ts index 7ff08ef4..5685baf7 100644 --- a/src/@types/index.ts +++ b/src/@types/index.ts @@ -8,9 +8,9 @@ export * from './Compute' export * from './Dispenser' export * from './DownloadResponse' export * from './Erc20' -export * from './Erc721' export * from './FileMetadata' export * from './FixedPrice' +export * from './NFT' export * from './NFTFactory' export * from './Pool' export * from './Provider'