import { IPrincipal } from '../security'; export interface IAppContext

{ user?: IPrincipal

; }