Documentation
    Preparing search index...

    Type Alias GroupArgument

    type GroupArgument = {
        children: (Group | Route)[];
        middlewares?: Middleware[];
        path: string;
        pathOptions?: PathOptions;
    }
    Index

    Properties

    children: (Group | Route)[]
    middlewares?: Middleware[]
    path: string
    pathOptions?: PathOptions