export interface Log { LogId: number; Timestamp: Date; Source: string; Message: string; LogTypeCode: string | number | null; User: string; }