interface TopN {
    $topN: {
        n: any;
        output: any;
        sortBy: AnyObject;
    };
}

Properties

Properties

$topN: {
    n: any;
    output: any;
    sortBy: AnyObject;
}

Type declaration