Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AgnosticIndexRouteObject

Index routes must not have children

type AgnosticIndexRouteObject = AgnosticBaseRouteObject & {
children?: undefined;
index: true;
}
;

§Type

§
AgnosticBaseRouteObject & {
children?: undefined;
index: true;
}
[src]