UNPKG

@golemio/pid

Version:
17 lines (16 loc) 414 B
export interface IPresetLogOutputDto { device_alias: string; received_at: Date; is_processed: boolean; request_url: string; request_method: string; request_user_agent: string; response_status: number; response_time_ms: number; updated_at: Date | null; updated_by: string | null; update_batch_id: string | null; } export interface IPresetLogGenerated { id: string; }