File size: 132 Bytes
d0b8e8f
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
pub type Card {
  Card(
    id: String,
    question: String,
    answer: String,
    last_reviewed: Int,
    interval: Int,
  )
}