interface ParamsRouteForwardEndpointsGet {
    filter?: "all" | "notCurrent" | "onlyCurrent";
}

Hierarchy (view full)

Properties

Properties

filter?: "all" | "notCurrent" | "onlyCurrent"