initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
15
github/codeql-action-v2/node_modules/@azure/ms-rest-js/es/lib/operationArguments.d.ts
generated
vendored
Normal file
15
github/codeql-action-v2/node_modules/@azure/ms-rest-js/es/lib/operationArguments.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
import { RequestOptionsBase } from "./webResource";
|
||||
/**
|
||||
* A collection of properties that apply to a single invocation of an operation.
|
||||
*/
|
||||
export interface OperationArguments {
|
||||
/**
|
||||
* The parameters that were passed to the operation method.
|
||||
*/
|
||||
[parameterName: string]: any;
|
||||
/**
|
||||
* The optional arugments that are provided to an operation.
|
||||
*/
|
||||
options?: RequestOptionsBase;
|
||||
}
|
||||
//# sourceMappingURL=operationArguments.d.ts.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue