Add env and app stores to SDK type
This commit is contained in:
parent
fac31d316c
commit
4f98112e22
|
@ -87,6 +87,8 @@ export interface SDK {
|
|||
builderStore: typeof builderStore
|
||||
authStore: typeof authStore
|
||||
notificationStore: typeof notificationStore
|
||||
environmentStore: typeof environmentStore
|
||||
appStore: typeof appStore
|
||||
}
|
||||
|
||||
let app: ClientApp
|
||||
|
|
Loading…
Reference in New Issue