interface RawNotificationNewActiveEditorsNearby {
    id: number;
    parameters: { usernames: string };
    timestamp: number;
    type: "NEW_ACTIVE_EDITORS_NEARBY";
}

Hierarchy (View Summary)

Properties

id: number
parameters: { usernames: string }
timestamp: number
type: "NEW_ACTIVE_EDITORS_NEARBY"