@novo-learning/novo-sdk
Version:
SDK for the Novolanguage Speech Analysis API
11 lines (10 loc) • 323 B
TypeScript
import { UserData } from '../../../entities';
import { AuthenticationPayloadDtoV1 } from '../generated';
export declare class AuthenticationDataDtoV1 {
user: UserData;
payload: AuthenticationPayloadDtoV1;
}
export declare class AuthenticationResponseDtoV1 {
status: string;
data: AuthenticationDataDtoV1;
}