Type alias DestroyAssetParam

DestroyAssetParam: BasicParams & {
    assetID: number | string;
    type: DestroyAsset;
}

Generated using TypeDoc