TokenMintParams

type TokenMintParams = { to: string } & (
| { quantity: string }
| { quantityWei: bigint }
);