UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

13 lines (10 loc) 301 B
import { UserData } from '../../../entities'; import { AuthenticationPayloadDtoV1 } from '../generated'; export class AuthenticationDataDtoV1 { user: UserData; payload: AuthenticationPayloadDtoV1; } export class AuthenticationResponseDtoV1 { status: string; data: AuthenticationDataDtoV1; }