Skip to content

Commit

Permalink
if(formidable): types
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Aug 30, 2024
1 parent ce457ce commit 39ecae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/formidable/src/ExtendedFormData.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {VolatileFile, PersistentFile} from 'formidable';

export type FormFile = typeof PersistentFile & {
export type FormFile = {
filepath: string;
lastModifiedDate: Date;
mimetype: string;
Expand Down

0 comments on commit 39ecae6

Please sign in to comment.