Interface LogDataResponseDTO

interface LogDataResponseDTO {
    changes: EntityLogChanges[];
    customerUser: UserCompanyBasicInfoResponseDTO;
    timestamp: number;
}

Properties

changes: EntityLogChanges[]
timestamp: number