From 7e8649aa0e2806a9fedbd55a129f7ebc93607f9c Mon Sep 17 00:00:00 2001 From: ishiko Date: Sat, 9 Nov 2024 20:28:20 +0800 Subject: [PATCH] Fix/export the `FSRSHistory` and `FSRSReview` typo --- src/fsrs/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fsrs/index.ts b/src/fsrs/index.ts index ece3244..62ae0a2 100644 --- a/src/fsrs/index.ts +++ b/src/fsrs/index.ts @@ -16,6 +16,8 @@ export type { CardInput, ReviewLogInput, DateInput, + FSRSReview, + FSRSHistory, } from './models' export { State, Rating } from './models'