import { IAttrType } from './IAttrType'; export interface IAttrTypes { [key: string]: IAttrType; }