export default interface IdentifiableItem { id: string; children?: IdentifiableItem[]; } //# sourceMappingURL=identifiableItem.d.ts.map