|
|
@@ -1,6 +1,7 @@
|
|
|
export interface IWorkbench {
|
|
|
earlyWarningDays: number;
|
|
|
emergencyDays: number;
|
|
|
+ profile?: { matterListID: string; matterID: string }[];
|
|
|
}
|
|
|
|
|
|
export interface IDowntimeAnnouncement {
|
|
|
@@ -24,5 +25,4 @@ export interface IGeneralSetting {
|
|
|
secondaryCertification: boolean;
|
|
|
};
|
|
|
downtimeAnnouncement?: IDowntimeAnnouncement;
|
|
|
- profile?: { matterListID: string; matterID: string }[];
|
|
|
}
|