Skip to content

Commit

Permalink
@uppy/core: add missing requiredMetaFields key in restrictions (#4819)
Browse files Browse the repository at this point in the history
  • Loading branch information
darthf1 authored Jan 3, 2024
1 parent b396d6f commit 0b3f9bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@uppy/core/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export interface Restrictions {
maxNumberOfFiles?: number | null
minNumberOfFiles?: number | null
allowedFileTypes?: string[] | null
requiredMetaFields?: string[]
}

export interface UppyOptions<
Expand Down

0 comments on commit 0b3f9bd

Please sign in to comment.