interface RawNotificationCheckYourNeighborhood {
    id: number;
    parameters: { username: string };
    timestamp: number;
    type: "CHECK_YOUR_NEIGHBORHOOD";
}

Hierarchy (View Summary)

Properties

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