interface MessageMessage {
    id: string;
    comment: string;
    lastModified: Date;
    minute: string;
    period: string;
    second: string;
    time: string;
    type: Type;
    playerRef1?: string;
    playerRef2?: string;
}

Properties

id: string
comment: string
lastModified: Date
minute: string
period: string
second: string
time: string
type: Type
playerRef1?: string
playerRef2?: string