module fb { export interface IMedarbetareOchKontor{ Id: number; Namn: string; IsKontor: boolean; } }