Interface IScore

A score.

interface IScore {
    info: IScoreInfo;
    replay: null | IReplay;
}

Properties

Properties

Score information.

replay: null | IReplay

Score replay.