export interface RecollectionHistory { userId: string, wordId: string, history: Array<{ timeStamp: Date, wasRecallSuccessful: boolean }> }