interface IPostUserFinishedData {
    contentId: string;
    finished: number;
    maxScore: number;
    opened: number;
    score: number;
}

Properties

contentId: string
finished: number

The date/time when the content was finished.

maxScore: number

The maximum score attainable

opened: number

The date/time when the content was opened.

score: number

The score received.