@novo-learning/novo-sdk
Version:
SDK for the Novolanguage Speech Analysis API
16 lines (15 loc) • 422 B
text/typescript
export * from './configuration-api';
export * from './dto';
export {
AuthSettingsDto,
AuthSettingsResponseDto,
ConfigurationResponseDtoV1 as ConfigurationDto,
FeedbackSettingsDto,
IntermediateResultSettingsDto,
LogSettingsDto,
OAuthSettingsDto,
Configuration as PublisherApiConfiguration,
PublisherDescriptorDto,
ThresholdsDtoV1 as ThresholdsDto,
} from './generated';
export * from './publisher-api';