Due to index signature ObjectAttributes is incompatible with interfaces that represent corresponding runtime objects; prefer more specific interfaces instead

interface RawOnlineEditor {
    center: { lat: number; lon: number };
    id: number;
    visible: boolean;
    [key: string]: ObjectAttribute;
}

Hierarchy (View Summary)

Indexable

Properties

Properties

center: { lat: number; lon: number }
id: number
visible: boolean