Interface AssetResponse<T>

interface AssetResponse<T extends AssetType> {
    matchObject: Partial<T>;
    profileMatch: string;
}

Type Parameters

Properties

matchObject: Partial<T>
profileMatch: string