let MintRequest721withQuantity: Array<{ name: string; type: string }>;
type name = string;
type type = string;