module fb { export class NyckelordLO extends ResourceBase { NyckelordId: number; OrdsRepresentantText: string; constructor(data) { super(data); } } }