import { Collection } from "./Collection"; export type Collections = { total?: number; continuation?: string; collections: Array; };