interface WorklogIdsRequest {
    ids: number[];
}

Hierarchy (view full)

Properties

Properties

ids: number[]

A list of worklog IDs.