Variable: GetSchedulingResponseSchema
ts
const GetSchedulingResponseSchema: ZodObject<{
dependencies: ZodCustom<string & object | "Sequential" | "Concurrent", string & object | "Sequential" | "Concurrent">;
endDate: ZodOptional<ZodObject<{
dateCustomFieldId: ZodOptional<ZodNumber>;
type: ZodCustom<
| string & object
| "DueDate"
| "TargetStartDate"
| "TargetEndDate"
| "DateCustomField",
| string & object
| "DueDate"
| "TargetStartDate"
| "TargetEndDate"
| "DateCustomField">;
}, $loose>>;
estimation: ZodCustom<string & object | "StoryPoints" | "Days" | "Hours", string & object | "StoryPoints" | "Days" | "Hours">;
inferredDates: ZodCustom<string & object | "None" | "SprintDates" | "ReleaseDates", string & object | "None" | "SprintDates" | "ReleaseDates">;
startDate: ZodOptional<ZodObject<{
dateCustomFieldId: ZodOptional<ZodNumber>;
type: ZodCustom<
| string & object
| "DueDate"
| "TargetStartDate"
| "TargetEndDate"
| "DateCustomField",
| string & object
| "DueDate"
| "TargetStartDate"
| "TargetEndDate"
| "DateCustomField">;
}, $loose>>;
}, $loose>;Defined in: src/cloud/models/getSchedulingResponse.ts:5