UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

9 lines 747 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.handleActionTypes = exports.trainerRecordSchema = exports.trainerRecordDataSchema = void 0; var ITrainerRecord_1 = require("./ITrainerRecord"); Object.defineProperty(exports, "trainerRecordDataSchema", { enumerable: true, get: function () { return ITrainerRecord_1.trainerRecordDataSchema; } }); Object.defineProperty(exports, "trainerRecordSchema", { enumerable: true, get: function () { return ITrainerRecord_1.trainerRecordSchema; } }); var THandleAction_1 = require("./THandleAction"); Object.defineProperty(exports, "handleActionTypes", { enumerable: true, get: function () { return THandleAction_1.handleActionTypes; } }); //# sourceMappingURL=index.js.map