midorable
    Preparing search index...

    Type Alias TextAssetSpec

    テキストアセットの定義

    type TextAssetSpec = {
        src: string;
        type: "text";
    }
    Index

    Properties

    Properties

    src: string
    type: "text"