mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 00:41:31 +00:00
Fix deleteDatabase and deleteCollection with ARM (#143)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { DatabaseAccount } from "./Contracts/DataModels";
|
||||
import { DefaultAccountExperienceType } from "./DefaultAccountExperienceType";
|
||||
|
||||
interface UserContext {
|
||||
masterKey?: string;
|
||||
@@ -9,6 +10,7 @@ interface UserContext {
|
||||
accessToken?: string;
|
||||
authorizationToken?: string;
|
||||
resourceToken?: string;
|
||||
defaultExperience?: DefaultAccountExperienceType;
|
||||
}
|
||||
|
||||
const userContext: Readonly<UserContext> = {} as const;
|
||||
|
||||
Reference in New Issue
Block a user