UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
11 lines (10 loc) 203 B
import { NextAction } from "./OnSuccess"; /** * The on passthrough configuration */ export interface OnPassthrough { /** * The action to take on passthrough */ action?: NextAction; }