Add env and app stores to SDK type

This commit is contained in:
Andrew Kingston 2025-03-13 12:20:32 +00:00
parent fac31d316c
commit 4f98112e22
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

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