interface RawNotificationNewEditorsNearby {
    id: number;
    parameters: { username: string };
    timestamp: number;
    type: "NEW_EDITOR_NEARBY";
}

Hierarchy (View Summary)

Properties

id: number
parameters: { username: string }
timestamp: number
type: "NEW_EDITOR_NEARBY"