export interface SearchData { Start: Date; End: Date; Search: string; LogTypeCode: number | string | null; }