diff --git a/src/userEvents/types.ts b/src/userEvents/types.ts index c9e49c12..a46d631b 100644 --- a/src/userEvents/types.ts +++ b/src/userEvents/types.ts @@ -1,4 +1,5 @@ export type UserEvent = { + id: number; event_name: string; user_id: number; };