GetTokenCountOfBundleParams

Represents the parameters for the "getTokenCountOfBundle" function.

type GetTokenCountOfBundleParams = {
bundleId: AbiParameterToPrimitiveType<{
name: "_bundleId";
type: "uint256";
}>;
};