import { LogType } from "../enums/logType"; export interface ILog { Message: string; Type: LogType; }