jira.js
    Preparing search index...

    Variable SingleRedactionRequestSchemaConst

    SingleRedactionRequestSchema: ZodObject<
        {
            contentItem: ZodObject<
                {
                    entityId: ZodString;
                    entityType: ZodCustom<
                        string & {}
                        | "issuefieldvalue"
                        | "issue-comment"
                        | "issue-worklog",
                        string & {} | "issuefieldvalue" | "issue-comment" | "issue-worklog",
                    >;
                    id: ZodString;
                },
                $loose,
            >;
            externalId: ZodString;
            reason: ZodString;
            redactionPosition: ZodObject<
                {
                    adfPointer: ZodOptional<ZodString>;
                    expectedText: ZodString;
                    from: ZodNumber;
                    to: ZodNumber;
                },
                $loose,
            >;
        },
        $loose,
    > = ...