import Attribute from '../../attributes/Attribute'; export interface Fields { [key: string]: Attribute; } export default Fields;