import {Role} from './nested/role'; import {Data} from './nested/data'; export class Item { info:string; role:Role; update():Data{ return null; } }