export type TBaseEntity = {
    id: number;
    createdAt: string;
    updatedAt: string;
};
//# sourceMappingURL=base-entity.d.ts.map