UNPKG

@beincom/dto

Version:

Share dto for all projects of Beincom

3 lines (2 loc) 182 B
import { ActivityLogObjectIdDTO, ActivityResponseDto } from '../dtos'; export declare function getAllObjectIdFromLogs(logs: ActivityResponseDto[]): Required<ActivityLogObjectIdDTO>;