/// /// interface IAppOption { globalData: { dictionaries: App.Dictionary[], patientId?: string; doctorId?: string; }; i18n: Record | null; }