interface IIdentifiable {
   getId(): string;
}

export default IIdentifiable;
