diff --git a/frontend/sync-client/src/services/types.ts b/frontend/sync-client/src/services/types.ts index 7ecb7fe..6ceadef 100644 --- a/frontend/sync-client/src/services/types.ts +++ b/frontend/sync-client/src/services/types.ts @@ -556,10 +556,6 @@ export interface components { /** Format: int64 */ since_update_id?: number | null; }; - QueryParams2: { - /** Format: int64 */ - since_update_id?: number | null; - }; SerializedError: { causes: string[]; message: string;