UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

7 lines (6 loc) 162 B
export declare enum RetentionType { 'all' = "all", 'attempt' = "attempt", 'none' = "none" } export declare const RetentionTypeName = "RetentionType";