export type Id = string; export interface IdenticalObject { id: Id; }