jira.js
    Preparing search index...

    Variable DeleteWorklogSchemaConst

    DeleteWorklogSchema: ZodObject<
        {
            adjustEstimate: ZodOptional<
                ZodCustom<
                    "auto"
                    | "manual"
                    | "new"
                    | string & {}
                    | "leave",
                    "auto" | "manual" | "new" | string & {} | "leave",
                >,
            >;
            id: ZodString;
            increaseBy: ZodOptional<ZodString>;
            issueIdOrKey: ZodString;
            newEstimate: ZodOptional<ZodString>;
            notifyUsers: ZodOptional<ZodBoolean>;
            overrideEditableFlag: ZodOptional<ZodBoolean>;
        },
        $strip,
    > = ...