@kaguyajs/trss-yunzai-types
    Preparing search index...

    Interface TextElem

    TEXT (此元素可使用字符串代替)

    interface TextElem {
        text: string;
        type: "text";
    }
    Index

    Properties

    Properties

    text: string

    文字内容

    type: "text"