MapDetails


MapDetails: { id: string; title: string; description: string | null; }

The details of a map.

Type declaration

id

id: string

The id of the map.

title

title: string

The title of the map.

description

description: string | null

The description of the map.

Last updated

Was this helpful?