Skip to content
Snippets Groups Projects
Commit 82c466fa authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

Update interface

parent ca42f8d5
No related branches found
No related tags found
1 merge request!983feat(dashboard) : create dashboard !
Pipeline #124190 passed
......@@ -33,7 +33,7 @@ export interface IOrientation {
structureMail: string;
structurePhone: string;
};
status: 'pending' | 'acknowledged' | 'waiting' | 'completed' | 'uncompleted' | 'expired';
status: 'new' | 'acknowledged' | 'waiting' | 'completed' | 'uncompleted' | 'expired';
action: 'defineRdv' | 'rdvTaken' | 'visit' | 'rdvDone' | 'closeRdv';
modifiedBy?: string;
appointmentDate?: string;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment