Type Alias TranslationSuccessResponse

TranslationSuccessResponse: {
    createdAt: string;
    id: number;
    message: string;
    provider: TranslationProvider;
    status: "success";
    translatedUrl: string;
}