wima
    Preparing search index...

    Interface AssetImporterPluginOptions<T>

    interface AssetImporterPluginOptions<T> {
        asset: Constructor<T>;
        importer: Importer<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    asset: Constructor<T>
    importer: Importer<T>