// Example entity type export interface IEntity { id?: number; [key: string]: any; }