StructureLevels
Esto marca la jerarquía de la página.
Ejemplo: Clientes tienen: Pedidos y Facturas. Aquí es donde se mostraría
interface StructureLevels {
id: string, // the id of the node
typeId: string,
propertyId?: string,
children: Array<StructureLevels>
}