Skip to content

Commit

Permalink
Merge pull request #989 from ethanhann/bug/add_patch_to_server_type
Browse files Browse the repository at this point in the history
Add "patch" config option to FilePondServerConfigProps.server
  • Loading branch information
rikschennink authored Jul 22, 2024
2 parents 3cb1bb0 + 974ad26 commit 3e67132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ export interface FilePondServerConfigProps {
restore?: string | ServerUrl | RestoreServerConfigFunction | null;
load?: string | ServerUrl | LoadServerConfigFunction | null;
fetch?: string | ServerUrl | FetchServerConfigFunction | null;
patch?: string | ServerUrl | null;
remove?: RemoveServerConfigFunction | null;
} | null;

Expand Down

0 comments on commit 3e67132

Please sign in to comment.