mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
docs(js): Add AxiosInstanceRequest docs
This commit is contained in:
@@ -289,6 +289,9 @@ module ClientRequest {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* A model of a `axios` instance request.
|
||||
*/
|
||||
class AxiosInstanceRequest extends ClientRequest::Range, API::CallNode {
|
||||
string method;
|
||||
API::CallNode instance;
|
||||
|
||||
Reference in New Issue
Block a user