Interface IAssetList

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

Properties

Properties

assets: IAsset[]
basePath?: string

Generated using TypeDoc