mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-06-15 14:40:45 +00:00
feat: add @actions/cache
This commit is contained in:
+15
@@ -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
|
||||
Reference in New Issue
Block a user