UNPKG

@jrosadob/ms-logs

Version:

ms-logs

16 lines (15 loc) 377 B
export declare class LogDto { entity: string; primaryKeyGuid: string; primaryKeyNumber: number; action: string; reason: string; typeId: number; userId: string; roleId: number; bossId: string; statusId: number; get primaryKey(): string | number; set primaryKey(value: string | number); copyProperties(source: LogDto): void; }