MiscController


Extended by

Methods

getMapDetails()

getMapDetails(): Promise<MapDetails>

Gets the details of the map.

Returns

Promise<MapDetails>

Example

const details = await felt.getMapDetails();
console.log({
  id: details.id,
  title: details.title,
  description: details.description,
});

Last updated

Was this helpful?