Skip to content

Commit

Permalink
deleting all comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrián Sliva committed Nov 5, 2023
1 parent 88655e2 commit 97346d7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Components/Notifications/models.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export interface NotificationData {
// Define the properties you expect in the notification data
id: string;
title: string;
caused_objects: cause_object;
Expand All @@ -13,11 +12,9 @@ export interface NotificationData {
read_at: string;
message: string;
public_key: string;
// Add other properties as needed
}

export interface NotificationResponse {
// Define the structure of the response from the API
results: NotificationData[];
count: number;
}
Expand All @@ -35,8 +32,3 @@ export interface PNconfigData {
pf_endpoint: string;
pf_p256dh: string;
}

// export interface MarkNotificationAsReadRequest {
// // Define the request body for marking a notification as read
// id: string;
// }

0 comments on commit 97346d7

Please sign in to comment.