interface IRWSPrefixedHTTProutes {
    prefix: string;
    routes: IRWSHttpRoute[];
}

Properties

Properties

prefix: string
routes: IRWSHttpRoute[]

Generated using TypeDoc