index.d.ts 216 B

1234567891011
  1. /// <reference path="./types/index.d.ts" />
  2. /// <reference path="./app/index.d.ts" />
  3. interface IAppOption {
  4. globalData: {
  5. dictionaries: App.Dictionary[],
  6. patientId?: string;
  7. doctorId?: string;
  8. }
  9. }