Represents the parameters for the "getContentURI" function.
type GetContentURIParams = { profileId: AbiParameterToPrimitiveType<{ name: "profileId"; type: "uint256"; }>; pubId: AbiParameterToPrimitiveType<{ name: "pubId"; type: "uint256"; }>;};
type profileId = AbiParameterToPrimitiveType<{ name: "profileId"; type: "uint256";}>;
type pubId = AbiParameterToPrimitiveType<{ name: "pubId"; type: "uint256";}>;