UNPKG

@webgpt/sdk

Version:

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

8 lines (7 loc) 203 B
/** * This error indicates that idea is not good enough to be accepted. */ export declare class IdeaNotAccepted extends Error { readonly name = "NotFoundError"; constructor(message: string); }