import { EntityPropertyAsResponse } from "../definitions/EntityPropertyAsResponse"; export interface ChangedWorklogAsResponse { /** * The ID of the worklog. */ worklogId?: number; /** * The datetime of the change. */ updatedTime?: number; /** * Details of properties associated with the change. */ properties?: Array; } //# sourceMappingURL=ChangedWorklogAsResponse.d.ts.map