export interface HasId {
    id: number;
}
