/// <reference path="./types/index.d.ts" /> /// <reference path="./app/index.d.ts" /> interface IAppOption { globalData: { dictionaries: App.Dictionary[], patientId?: string; doctorId?: string; } }