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