@wxn0brp/db-core
    Preparing search index...

    Interface RouteEntry

    interface RouteEntry {
        backends: ActionsBase[];
        match: MatchRule;
    }
    Index

    Properties

    Properties

    backends: ActionsBase[]
    match: MatchRule