APIInterfacesIJBTokenUriResolverOn this pageIJBTokenUriResolver Codeβ https://github.com/jbx-protocol/juice-contracts-v3/blob/main/contracts/interfaces/IJBTokenUriResolver.sol Definitionβ interface IJBTokenUriResolver { function getUri(uint256 _projectId) external view returns (string memory tokenUri);}