We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4047516 commit 3f2e573Copy full SHA for 3f2e573
2 files changed
lib/adapters/REST/endpoints/data-assembly.ts
@@ -1,10 +1,7 @@
1
import type { RawAxiosRequestHeaders } from 'axios'
2
import type { AxiosInstance } from 'contentful-sdk-core'
3
import copy from 'fast-copy'
4
-import type {
5
- GetDataAssemblyParams,
6
- GetSpaceEnvironmentParams,
7
-} from '../../../common-types'
+import type { GetDataAssemblyParams, GetSpaceEnvironmentParams } from '../../../common-types'
8
import type {
9
CreateDataAssemblyProps,
10
DataAssemblyCollection,
lib/plain/entities/data-assembly.ts
@@ -1,8 +1,5 @@
-} from '../../common-types'
+import type { GetDataAssemblyParams, GetSpaceEnvironmentParams } from '../../common-types'
DataAssemblyProps,
0 commit comments