UNPKG

scheunemann-interfaces

Version:
10 lines (9 loc) 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EChatType = void 0; var EChatType; (function (EChatType) { EChatType["GPT"] = "gpt"; EChatType["CLAUDE"] = "claude"; EChatType["GEMINI"] = "gemini"; })(EChatType || (exports.EChatType = EChatType = {}));