diff --git a/types/react-filepond/index.d.ts b/types/react-filepond/index.d.ts index 057cade36b..e34cbe23e1 100644 --- a/types/react-filepond/index.d.ts +++ b/types/react-filepond/index.d.ts @@ -17,6 +17,7 @@ export interface FilePondFileProps { size?: number; type?: string; origin?: FilePondOrigin; + metadata?: {[key: string]: any}; } export class FilePondFile extends React.Component { }