Skip to content

Commit 44f2dca

Browse files
committed
wip
1 parent 5681224 commit 44f2dca

File tree

1 file changed

+1
-1
lines changed
  • packages/compass-data-modeling/src/provider

1 file changed

+1
-1
lines changed

packages/compass-data-modeling/src/provider/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type {
55
} from '../services/data-model-storage';
66
import { createServiceLocator } from 'hadron-app-registry';
77

8-
type DataModelStorageServiceState = {
8+
export type DataModelStorageServiceState = {
99
status: 'INITIAL' | 'LOADING' | 'REFRESHING' | 'READY' | 'ERROR';
1010
error: Error | null;
1111
items: MongoDBDataModelDescription[];

0 commit comments

Comments
 (0)