UNPKG

@webgpt/sdk

Version:

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

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