MiscController
Extended by
Methods
getMapDetails()
Returns
Example
const details = await felt.getMapDetails();
console.log({
id: details.id,
title: details.title,
description: details.description,
});Last updated
Was this helpful?