Revert "AW-2924 Cache codelists"

This reverts commit 914e272fc2.
This commit is contained in:
2023-08-09 10:17:32 +02:00
parent 914e272fc2
commit d92bf54c8d
5 changed files with 10 additions and 93 deletions

View File

@@ -1,5 +0,0 @@
import { IItem } from '@farmmaps/common';
export interface ICodeLists {
[id: string]: IItem[];
}