Hierarchy

  • PlanResponse

Properties

assignee: {
    self: string;
    type: "TEAM" | "USER";
}

Type declaration

  • self: string
  • type: "TEAM" | "USER"
createdAt: string
dates: {
    metadata: {
        all: string;
        count: number;
    };
    values: PlanPeriodResponse[];
}

Type declaration

  • metadata: {
        all: string;
        count: number;
    }
    • all: string
    • count: number
  • values: PlanPeriodResponse[]
description?: string
endDate: string
id: number
includeNonWorkingDays: boolean
planApproval?: {
    status: "REQUESTED" | "REJECTED" | "APPROVED";
}

Type declaration

  • status: "REQUESTED" | "REJECTED" | "APPROVED"
planItem: {
    self: string;
    type: "PROJECT" | "ISSUE";
}

Type declaration

  • self: string
  • type: "PROJECT" | "ISSUE"
recurrence: {
    recurrenceEndDate: string;
    rule: "NEVER" | "WEEKLY" | "MONTHLY" | "BIWEEKLY";
}

Type declaration

  • recurrenceEndDate: string
  • rule: "NEVER" | "WEEKLY" | "MONTHLY" | "BIWEEKLY"
secondsPerDay: number
self: string
startDate: string
updatedAt: string

Generated using TypeDoc