import { TItemValue } from '../types'; export interface IListItemValue { L: TItemValue[]; } //# sourceMappingURL=list-item-value.d.ts.map