import type { NftCollection } from './NftCollection';
export type NftCollections = {
    nft_collections: Array<NftCollection>;
};
