jira.js
    Preparing search index...

    Variable UpdateEntityPropertiesValueSchemaConst

    UpdateEntityPropertiesValueSchema: ZodObject<
        {
            "Atlassian-Transfer-Id": ZodString;
            body: ZodArray<
                ZodObject<
                    { entityId: ZodNumber; key: ZodString; value: ZodString },
                    $loose,
                >,
            >;
            entityType: ZodCustom<
                | string & {}
                | "IssueProperty"
                | "CommentProperty"
                | "DashboardItemProperty"
                | "IssueTypeProperty"
                | "ProjectProperty"
                | "UserProperty"
                | "WorklogProperty"
                | "BoardProperty"
                | "SprintProperty",
                | string & {}
                | "IssueProperty"
                | "CommentProperty"
                | "DashboardItemProperty"
                | "IssueTypeProperty"
                | "ProjectProperty"
                | "UserProperty"
                | "WorklogProperty"
                | "BoardProperty"
                | "SprintProperty",
            >;
        },
        $strip,
    > = ...