Skip to content

Commit

Permalink
feat: Added uploadedFileId in EndImportData
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayur committed Oct 9, 2024
1 parent 069cfc2 commit cfa4df9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/shared/src/types/upload/upload.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export type PublishToQueueData = SendWebhookData;

export type EndImportData = {
uploadId: string;
uploadedFileId?: string;
destination: DestinationsEnum;
};

Expand Down

0 comments on commit cfa4df9

Please sign in to comment.