Variable: UpdateEntityPropertiesValueSchema
ts
const UpdateEntityPropertiesValueSchema: ZodObject<{
Atlassian-Transfer-Id: ZodString;
body: ZodRecord<ZodString, ZodAny>;
entityType: ZodCustom<
| string & object
| "IssueProperty"
| "CommentProperty"
| "DashboardItemProperty"
| "IssueTypeProperty"
| "ProjectProperty"
| "UserProperty"
| "WorklogProperty"
| "BoardProperty"
| "SprintProperty",
| string & object
| "IssueProperty"
| "CommentProperty"
| "DashboardItemProperty"
| "IssueTypeProperty"
| "ProjectProperty"
| "UserProperty"
| "WorklogProperty"
| "BoardProperty"
| "SprintProperty">;
}, $strip>;Defined in: src/cloud/parameters/updateEntityPropertiesValue.ts:4