module fb { export class UtdragFastTomtrWO extends ResourceBase{ DokumentSkapades: boolean; Objekt: { Id: number; Fastighetsbeteckning: string; Adress: string; }[]; constructor(data) { super(data, false); } } }