Represents the parameters for the mintTo function.
mintTo
type MintToParams = Prettify< { to: string } & ( | { amount: number | string } | { amountWei: bigint } )>;