export interface EntityId {
    id: string;
}
