Type Alias TranslationWaitingResponse

TranslationWaitingResponse: {
    message: string;
    remainingTime: number;
    status: "waiting";
}