/** * An entity */ export interface Entity { id: number, }