jira.js
    Preparing search index...

    Variable GetRequestCommentByIdSchemaConst

    GetRequestCommentByIdSchema: ZodObject<
        {
            commentId: ZodNumber;
            expand: ZodOptional<ZodArray<ZodString>>;
            issueIdOrKey: ZodString;
        },
        $strip,
    > = ...