module fb { export class ChangeKundtypWO extends ResourceBase { PersonIds: number[]; JurPersontyp: number; constructor(data: any) { super(data, false, 'ChangeKundtypWO'); } } }