import { type RouterDefinition } from "https://deno.land/x/udibo_react_app@0.12.0/server.tsx";
A representation of the routers for a routes directory that is used to generate an Oak router. This interface is meant for internal use only.
Properties
optional
parent: RouterDefinitionoptional
children: Record<string, RouterDefinition>