UNPKG

@awayjs/core

Version:
8 lines (6 loc) 101 B
import { IAsset } from './IAsset'; export interface IAssetAdapter { adaptee: IAsset; dispose(); }