MapDetails: { id: string; title: string; description: string | null; }
id
string
title
description
null
The details of a map.
id: string
The id of the map.
title: string
The title of the map.
description: string | null
The description of the map.
Last updated 9 months ago
Was this helpful?