import { IItem } from '@farmmaps/common'; export interface ICodeLists { [id: string]: IItem[]; }