initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
15
github/codeql-action-v1/node_modules/@azure/ms-rest-js/es/lib/operationResponse.d.ts
generated
vendored
Normal file
15
github/codeql-action-v1/node_modules/@azure/ms-rest-js/es/lib/operationResponse.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
import { Mapper } from "./serializer";
|
||||
/**
|
||||
* An OperationResponse that can be returned from an operation request for a single status code.
|
||||
*/
|
||||
export interface OperationResponse {
|
||||
/**
|
||||
* The mapper that will be used to deserialize the response headers.
|
||||
*/
|
||||
headersMapper?: Mapper;
|
||||
/**
|
||||
* The mapper that will be used to deserialize the response body.
|
||||
*/
|
||||
bodyMapper?: Mapper;
|
||||
}
|
||||
//# sourceMappingURL=operationResponse.d.ts.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue