Skip to content

Commit

Permalink
feat: create notifications type
Browse files Browse the repository at this point in the history
  • Loading branch information
ItaloMedici committed Aug 17, 2024
1 parent e8fe1cc commit 89f442b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions types/notifications.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export enum EnumNotification {
KNOCK = "knock",
CAR_HORN = "car_horn",
POLICE = "police",
}

0 comments on commit 89f442b

Please sign in to comment.