Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
a488065d10
commit
e5b328b72a
@@ -94,6 +94,8 @@ interface Evt {
|
||||
event_type: string;
|
||||
case_id: string | null;
|
||||
case_label: string | null;
|
||||
client_id: string | null;
|
||||
client_label: string | null;
|
||||
owner_id: string | null;
|
||||
owner_name: string | null;
|
||||
location: string | null;
|
||||
@@ -106,6 +108,11 @@ interface CaseRow {
|
||||
case_number: string;
|
||||
}
|
||||
|
||||
interface ClientRow {
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
interface StaffRow {
|
||||
id: string;
|
||||
full_name: string;
|
||||
|
||||
Reference in New Issue
Block a user