interface TreeOptions {
    depth?: number;
    json?: boolean;
}

Properties

Properties

depth?: number
json?: boolean