export type MapsetType = { id: number; name: string; slug: string; notes: string; };