add long and lat to events

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-05-09 21:49:56 +02:00
parent 4936ba1d40
commit 0975a20e17
6 changed files with 40 additions and 16 deletions

View File

@@ -14,7 +14,8 @@ export interface EventsQueuePayloadIncomingEvent {
country: string | undefined;
city: string | undefined;
region: string | undefined;
continent: string | undefined;
longitude: number | undefined;
latitude: number | undefined;
};
headers: {
origin: string | undefined;