Type Alias RecordLogItem

RecordLogItem: {
    card: Card;
    log: ReviewLog;
}