diff --git a/types/index.d.ts b/types/index.d.ts index f056f3f5..7eecc977 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -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;