| 256 | } |
| 257 | |
| 258 | interface ResourceCacheMetadata { |
| 259 | headers: IncomingHttpHeaders; |
| 260 | statusCode: number; |
| 261 | freshUntil: string; |
| 262 | } |
| 263 | |
| 264 | export type BuildNewPackageResponse = |
| 265 | | {error: Error; success: false} |
nothing calls this directly
no outgoing calls
no test coverage detected