UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

9 lines 248 B
export const webrtcWidgetConfigSchema = { title: "webrtcWidgetConfigSchema", type: "object", properties: { label: { type: "string" }, active: { type: "boolean" }, }, }; //# sourceMappingURL=IWebrtcWidgetConfig.js.map