mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 00:41:31 +00:00
Remove Explorer.configure (#884)
This commit is contained in:
@@ -44,6 +44,11 @@ interface UserContext {
|
||||
readonly features: Features;
|
||||
readonly addCollectionFlight: string;
|
||||
readonly hasWriteAccess: boolean;
|
||||
readonly parsedResourceToken?: {
|
||||
databaseId: string;
|
||||
collectionId: string;
|
||||
partitionKey?: string;
|
||||
};
|
||||
collectionCreationDefaults: CollectionCreationDefaults;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user