Moved top so it will be provided by the future frontend

Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
This commit is contained in:
Andre Wanlin
2021-09-17 16:00:03 -05:00
parent b6c5102d46
commit a18f2d2a96
6 changed files with 30 additions and 27 deletions
-4
View File
@@ -30,9 +30,5 @@ export interface Config {
* The organization of the given Azure instance
*/
organization: string;
/**
* The max number of items to return - applies to builds
*/
top: number;
};
}