toncenter-js
    Preparing search index...

    Variable textCommentConst

    textComment: ZodObject<
        {
            "@type": ZodOptional<ZodLiteral<"text_comment">>;
            comment: ZodOptional<ZodString>;
            text: ZodOptional<ZodString>;
            type: ZodOptional<ZodLiteral<"text_comment">>;
        },
        $strip,
    > = ...