UNPKG

@webgpt/sdk

Version:

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

7 lines (6 loc) 118 B
/** * Semantic helper; For example "cs" or "en" * Implementing ISO 639-1 * */ export type Language = 'en' | 'cs';