Variable BTTranslationRequestStateConst

BTTranslationRequestState: {
    Active: "ACTIVE";
    Done: "DONE";
    Failed: "FAILED";
} = ...

Export

Type declaration

  • Readonly Active: "ACTIVE"
  • Readonly Done: "DONE"
  • Readonly Failed: "FAILED"

Generated using TypeDoc