Represents the parameters for the "mintTimestampOf" function.
type MintTimestampOfParams = { tokenId: AbiParameterToPrimitiveType<{ name: "tokenId"; type: "uint256"; }>;};