UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

11 lines (8 loc) 221 B
import { UserData } from '../../../entities'; export class SsoRequestDtoV1 { publisherId: string; userData: UserData; } export class AuthenticateSsoRequestDtoV1 extends SsoRequestDtoV1 { publisherToken: string; }