UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

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