UNPKG

augnitosdk

Version:

AugnitoSDK lets you make use of the Speech Recognition AI. You can edit, format and complete reports at the speed of human speech, with the best-in-class accuracy

9 lines (8 loc) 247 B
/// <reference types="ckeditor4" /> /// <reference types="ckeditor4" /> export interface CKEditorExtensions extends CKEDITOR.editor { commands: { bulletedlist: CKEDITOR.command; numberedlist: CKEDITOR.command; }; }