type MapDoodadDef = { id: number; name: string; position: number[]; rotation: number[]; scale: number; }; export { MapDoodadDef };