Type alias HistoryLog

HistoryLog: WithId<{
    date: Date;
    type: keyof typeof LogType;
}>

Fields which are common for all types of logs.

Generated using TypeDoc