diff options
Diffstat (limited to 'src/client/sync/push.ts')
| -rw-r--r-- | src/client/sync/push.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/sync/push.ts b/src/client/sync/push.ts index f5c9275..b83136e 100644 --- a/src/client/sync/push.ts +++ b/src/client/sync/push.ts @@ -35,8 +35,8 @@ export interface SyncDeckData { export interface SyncCardData { id: string; deckId: string; - noteId: string | null; - isReversed: boolean | null; + noteId: string; + isReversed: boolean; front: string; back: string; state: number; |
