Interface LogEntry

interface LogEntry {
    text: string;
    turn: number;
}

Properties

Properties

text: string
turn: number