satupeta-main/shared/types/mapset-type.ts

7 lines
93 B
TypeScript
Raw Normal View History

2026-01-27 02:31:12 +00:00
export type MapsetType = {
id: number;
name: string;
slug: string;
notes: string;
};