Skip to content

Commit

Permalink
resolve discussinons
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar Lysyi committed Feb 11, 2025
1 parent 5745db4 commit e4bd89a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/crowdin.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import Crowdin, { ReportsModel, SourceFilesModel, TranslationsModel, WebhooksModel } from '@crowdin/crowdin-api-client';
import Crowdin, {
ReportsModel,
SourceFilesModel,
TranslationsModel,
WebhooksModel,
PatchRequest,
} from '@crowdin/crowdin-api-client';
import axios from 'axios';
import { PatchRequest } from '@crowdin/crowdin-api-client/out/core';

interface UpdateOrCreateFileArgs {
client: Crowdin;
Expand Down

0 comments on commit e4bd89a

Please sign in to comment.