Interface TimesheetApprovalResponse

Hierarchy

  • TimesheetApprovalResponse

Properties

actions: {
    approve: SelfResponse;
    reject: SelfResponse;
    reopen: SelfResponse;
    submit: SelfResponse;
}

Type declaration

requiredSeconds: number
self: string
status: {
    actor: UserResponse;
    comment: string;
    key: "OPEN" | "APPROVED" | "IN_REVIEW";
    requiredSecondsAtSubmit: number;
    timeSpentSecondsAtSubmit: number;
    updatedAt: string;
}

Type declaration

  • actor: UserResponse
  • comment: string
  • key: "OPEN" | "APPROVED" | "IN_REVIEW"
  • requiredSecondsAtSubmit: number
  • timeSpentSecondsAtSubmit: number
  • updatedAt: string
timeSpentSeconds: number
worklogs: SelfResponse

Generated using TypeDoc