import { IDataStructure } from './index'; export interface ILogDataStructure extends IDataStructure { ID: string; ItemId: string; ModuleName: string; EntityName: string; Action: string; Description: string; CreatedDate: string; Username: string; }