mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-04-18 12:29:48 +01:00
Fix create database for serverless accounts (#228)
This commit is contained in:
@@ -292,7 +292,6 @@ export interface CreateCollectionParams {
|
||||
export interface ReadDatabaseOfferParams {
|
||||
databaseId: string;
|
||||
databaseResourceId?: string;
|
||||
isServerless?: boolean;
|
||||
offerId?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user