Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
77ebec25cf
commit
efba8dc2d3
@@ -36,6 +36,11 @@ interface CaseOption {
|
||||
id: string;
|
||||
case_number: string;
|
||||
title: string;
|
||||
client_id: string | null;
|
||||
}
|
||||
interface ClientOption {
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
interface Profile {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user