@softkit/typeorm
Version:
This library has some useful utilities for typeorm, entities, repositories, useful subscribers, interceptors.
5 lines (4 loc) • 365 B
TypeScript
import { BaseTrackedEntityHelper, EntityHelper } from '../../index';
export declare const DEFAULT_ENTITY_EXCLUDE_LIST: (keyof EntityHelper)[];
export declare const DEFAULT_CREATE_ENTITY_EXCLUDE_LIST: (keyof BaseTrackedEntityHelper)[];
export declare const DEFAULT_UPDATE_ENTITY_EXCLUDE_LIST: ("createdAt" | "updatedAt" | "deletedAt" | keyof EntityHelper | "id")[];