Skip to content

Commit

Permalink
Add "patch" config option to FilePondServerConfigProps.server
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanhann committed Jul 16, 2024
1 parent 3cb1bb0 commit 974ad26
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 974ad26

Please sign in to comment.