/** * Interface for asset exporter plugin */ type AssetExportMapEntity = { localSrcPath: string, localDestPath: string, url: string }; export default AssetExportMapEntity;