import { Blockchain } from "./Blockchain"; export type CollectionsSearchFilter = { blockchains?: Array; text: string; };