5 lines
119 B
TypeScript
5 lines
119 B
TypeScript
![]() |
import { ItemWithLocale } from './ItemWithLocale';
|
||
|
|
||
|
export interface ItemHierarchy {
|
||
|
[id: string]: ItemWithLocale
|
||
|
}
|