aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/client/atoms/decks.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/atoms/decks.ts')
-rw-r--r--src/client/atoms/decks.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/atoms/decks.ts b/src/client/atoms/decks.ts
index a0e569f..8c8397f 100644
--- a/src/client/atoms/decks.ts
+++ b/src/client/atoms/decks.ts
@@ -8,6 +8,8 @@ export interface Deck {
description: string | null;
dueCardCount: number;
newCardCount: number;
+ totalCardCount: number;
+ reviewCardCount: number;
createdAt: string;
updatedAt: string;
}