Interface CustomRouteOptions<TRoute>

Type Parameters

  • out TRoute

Hierarchy

  • CustomRouteOptions

Properties

Properties

Route: (new (path, options?) => TRoute)

Type declaration

    • new (path, options?): TRoute
    • Constructor of route representation.

      Parameters

      • path: string
      • Optional options: {
            override?: string;
        }
        Optional
        • Optional Readonly override?: string

      Returns TRoute

Generated using TypeDoc