UNPKG

trm-core

Version:

TRM (Transport Request Manager) Core

5 lines (4 loc) 71 B
export type TreeLog = { text: string; children?: TreeLog[]; };