interface RelativeLocation {
    relation: Relation;
    toMiddleware: string;
}

Properties

relation: Relation

Specify the relation to be before or after a know middleware.

toMiddleware: string

A known middleware name to indicate inserting middleware's location.