jira.js
    Preparing search index...

    Variable AddWatcherSchemaConst

    AddWatcherSchema: ZodObject<
        {
            body: ZodOptional<ZodString>;
            issueIdOrKey: ZodString;
            userName: ZodOptional<ZodString>;
        },
        $strip,
    > = ...