export interface BaseEntity {
    uuid: string;
    createdAt: string;
    updatedAt: string;
}
//# sourceMappingURL=common.d.ts.map