Skip to content

Commit 224a57d

Browse files
fix(types): fix space.d.ts
Fixes #229
1 parent 2c03d1c commit 224a57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/space.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { UIExtension, UIExtensionProps } from './uiExtension'
1313
import { Upload } from './upload'
1414
import { Stream } from 'stream'
1515
import { QueryOptions } from './queryOptions'
16-
import { Snapshot } from 'when'
16+
import { Snapshot } from './snapshot'
1717
import { EditorInterface } from './editorInterface'
1818
import { WebhookProps, WebHooks } from './webhook'
1919
import { PreviewApiKey } from './previewApiKey'

0 commit comments

Comments
 (0)