export class AttributeInfo { constructor( public name: string, public type: string, public description: string ) {} }