import { TItemValue } from '../types'; export interface IListItemValue { L: TItemValue[]; }