import { AssetView } from "../../../types";
export interface CheckAssetResult {
    asset: AssetView;
}
