ThreePipe
    Preparing search index...

    Interface IAssetList

    interface IAssetList {
        assets: IAsset[];
        basePath?: string;
    }
    Index

    Properties

    Properties

    assets: IAsset[]
    basePath?: string