wima
    Preparing search index...

    Interface AssetExporterPluginOptions<T>

    interface AssetExporterPluginOptions<T> {
        asset: Constructor<T>;
        exporter: Exporter<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    asset: Constructor<T>
    exporter: Exporter<T>