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