import { LazyItem } from "./LazyItem"; export type LazyItemMintForm = { item: LazyItem; };