interface Top {
    $top: {
        output: any;
        sortBy: AnyObject;
    };
}

Properties

Properties

$top: {
    output: any;
    sortBy: AnyObject;
}

Type declaration