midorable
    Preparing search index...

    Type Alias BinaryAssetSpec

    バイナリアセットの定義

    type BinaryAssetSpec = {
        src: string;
        type: "binary";
    }
    Index

    Properties

    Properties

    src: string
    type: "binary"