Type Alias WaitingStreamTranslationResponse

WaitingStreamTranslationResponse: {
    interval: number;
    message: string;
    translated: false;
}