@cognigy/rest-api-client
Version:
Cognigy REST-Client
12 lines • 363 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.webrtcWidgetConfigSchema = void 0;
exports.webrtcWidgetConfigSchema = {
title: "webrtcWidgetConfigSchema",
type: "object",
properties: {
label: { type: "string" },
active: { type: "boolean" },
},
};
//# sourceMappingURL=IWebrtcWidgetConfig.js.map