module fb { export interface Nyhetsbrev { Mejladress: string; NyhetsbrevStatus: string; SenasteUtskickDatum: string; SenasteUtskickLaenk: string; /* public static $rootName = 'nyhetsbrev'; constructor(data: any) { super(data, false, 'nyhetsbrev'); } getPrimaryKey(): any { //return this.TextMallId; return 0; } */ } }