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

Type declaration

  • children: (Group | Route)[]
  • Optionalmiddlewares?: Middleware[]
  • path: string
  • OptionalpathOptions?: PathOptions