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

Properties

Properties

headers?: Record<string, string>
uri?: string