...
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { TSharedTranslationResult } from "@/shared";
|
||||
|
||||
export type ServiceInputTranslateText = {
|
||||
sourceText: string;
|
||||
targetLanguage: string;
|
||||
forceRetranslate: boolean;
|
||||
needIpa: boolean;
|
||||
userId?: string;
|
||||
};
|
||||
|
||||
export type ServiceOutputTranslateText = TSharedTranslationResult;
|
||||
|
||||
Reference in New Issue
Block a user