Skip to content

Commit

Permalink
🐛 fix: file type in ExportJsonRequest type (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: david-vaclavek <david@localazy.com>
  • Loading branch information
david-vaclavek and david-vaclavek authored Apr 14, 2024
1 parent a1f439a commit 9487a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/export-json-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export type ExportJsonRequest = {
*/
project: Project | string;

file: File;
file: File | string;

langs: `${Locales}`[];

Expand Down

0 comments on commit 9487a44

Please sign in to comment.