interface CreateRouteRequestRestConfig {
    headers: Record<string, string>;
    uri: string;
    verb: RouteRestConfigHttpVerb;
}

Properties

Properties

headers: Record<string, string>
uri: string