UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

10 lines 390 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AuthenticateSsoRequestDtoV1 = exports.SsoRequestDtoV1 = void 0; class SsoRequestDtoV1 { } exports.SsoRequestDtoV1 = SsoRequestDtoV1; class AuthenticateSsoRequestDtoV1 extends SsoRequestDtoV1 { } exports.AuthenticateSsoRequestDtoV1 = AuthenticateSsoRequestDtoV1; //# sourceMappingURL=sso-request.dto.js.map