Skip to content

Commit

Permalink
Added userlog type
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed May 31, 2024
1 parent 516dc9a commit 86423a8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,15 @@ export interface PatientDetails {
date: string;
timing: string;
}

export interface UserLog {
username: usestring;
name: string;
email: string;
action: string;
userType: string;
timing: string;
device: string;
ip: string;
location: string;
}

0 comments on commit 86423a8

Please sign in to comment.