Type Alias NavNodeChild

NavNodeChild: SharedNavProperties & {
    isGroup: false;
    type: "child";
}

Leaf nav node with no children.