GetContentURIParams

Represents the parameters for the "getContentURI" function.

type GetContentURIParams = {
profileId: AbiParameterToPrimitiveType<{
name: "profileId";
type: "uint256";
}>;
pubId: AbiParameterToPrimitiveType<{
name: "pubId";
type: "uint256";
}>;
};