(card) add repetition card in database

This commit is contained in:
2021-06-27 20:11:57 +02:00
parent 5e6efd1ba3
commit 17178bbe63
5 changed files with 65 additions and 16 deletions

View File

@@ -2,5 +2,6 @@ export enum DataType {
GithubAccessToken = 'GithubAccessToken',
FavoriteRepo = 'FavoriteRepo',
Note = 'Note',
BacklinkNote = 'BacklinkNote'
BacklinkNote = 'BacklinkNote',
RepetitionCard = 'RepetitionCard'
}