import { ITitledRecord } from './dto-models'; export interface DtoApp { users?: ITitledRecord[]; currentLanguage?: string; isInDemoMode?: boolean; }