Remove Explorer.configure (#884)

This commit is contained in:
Steve Faulkner
2021-06-10 17:02:07 -07:00
committed by GitHub
parent 006230262c
commit fc9f287d0a
9 changed files with 29 additions and 70 deletions

View File

@@ -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;
}