UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

7 lines (6 loc) 204 B
import { PublisherSettingsResponseDto } from './publisher-settings-response.dto'; export interface PublisherResponseDto { id: string; name?: string; settings?: PublisherSettingsResponseDto; }