UNPKG

@webgpt/sdk

Version:

WebGPT SDK is a TypeScript / JavaScript library for interacting with the WebGPT API.

8 lines (7 loc) 202 B
/** * This error indicates SDK can not communicate with the remote server. */ export declare class TimeoutError extends Error { readonly name = "TimeoutError"; constructor(message: string); }