UNPKG

notdiamond

Version:

The official TypeScript library for the Notdiamond API

12 lines 475 B
import type { FinalRequestOptions } from "./request-options.js"; import { type NotDiamond } from "../client.js"; export type APIResponseProps = { response: Response; options: FinalRequestOptions; controller: AbortController; requestLogID: string; retryOfRequestLogID: string | undefined; startTime: number; }; export declare function defaultParseResponse<T>(client: NotDiamond, props: APIResponseProps): Promise<T>; //# sourceMappingURL=parse.d.ts.map