From b26552fc1f7633c716b7df3cecb96229a35f6f99 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Tue, 8 Apr 2025 23:05:06 +0100 Subject: [PATCH] Update API types --- frontend/sync-client/src/services/types.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/sync-client/src/services/types.ts b/frontend/sync-client/src/services/types.ts index 7ecb7fe3..6ceadefd 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;