Mongo Shell and MS Graph changes (no RBAC functionality)

This commit is contained in:
Asier Isayas
2024-07-11 17:12:28 -04:00
parent 17754cba05
commit 12442fadfb
3 changed files with 17 additions and 13 deletions

View File

@@ -1,7 +1,8 @@
export interface QueryRequestOptions {
$skipToken?: string;
$top?: number;
subscriptions: string[];
$allowPartialScopes: boolean;
subscriptions?: string[];
}
export interface QueryResponse {