Represents the parameters for the "totalSupply" function.
type TotalSupplyParams = { id: AbiParameterToPrimitiveType<{ name: "id"; type: "uint256" }>;};
type id = AbiParameterToPrimitiveType<{ name: "id"; type: "uint256";}>;