interface NestedInfo {
    level: number;
    parentElement?: "object" | "array";
}

Properties

level: number
parentElement?: "object" | "array"