UNPKG

mindful-commons

Version:

13 lines (12 loc) 282 B
export declare class CreateUpdateLogDto { id: string; route?: string; timestamp?: number; entityId?: string; info?: string; userEmail?: string; serviceIdentificator?: string; codeIdentificator?: string; isError?: boolean; isWarn?: boolean; }