@golemio/pid
Version:
Golemio PID Module
17 lines (16 loc) • 414 B
TypeScript
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;
}