feat: Enhance restore container functionality and UI updates (#2217)

This commit is contained in:
Dmitry Shilov
2026-01-20 14:15:53 +01:00
committed by GitHub
parent 90f3c3a79e
commit 9646dfcf04
5 changed files with 26 additions and 1 deletions

View File

@@ -46,6 +46,10 @@ export type DataExploreMessageV3 =
params: {
updateType: "created" | "deleted" | "settings";
};
}
| {
type: FabricMessageTypes.RestoreContainer;
params: [];
};
export interface GetCosmosTokenMessageOptions {
verb: "connect" | "delete" | "get" | "head" | "options" | "patch" | "post" | "put" | "trace";