import { UUID } from "crypto";
export type Entity = {
    id: UUID;
};
