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