add fields to tto order view
This commit is contained in:
@@ -10,4 +10,6 @@ export type Order = {
|
||||
id?: number;
|
||||
status?: string;
|
||||
location?: string;
|
||||
bookingCode?: string | null;
|
||||
clinicId?: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user