FarmMapsLib/projects/common/src/fm/models/item.types.ts

6 lines
100 B
TypeScript

import { IItemType } from './item.type';
export interface IItemTypes{
[id: string]: IItemType;
}