We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1775f6 commit 25ea433Copy full SHA for 25ea433
1 file changed
lib/adapters/REST/endpoints/component-type.ts
@@ -3,12 +3,12 @@ import type { AxiosInstance } from 'contentful-sdk-core'
3
import copy from 'fast-copy'
4
import type { SetOptional } from 'type-fest'
5
import type { GetComponentTypeParams, GetSpaceEnvironmentParams } from '../../../common-types'
6
-import {
+import type{
7
ComponentTypeCollection,
8
- type ComponentTypeProps,
9
- type ComponentTypeQueryOptions,
10
- type CreateComponentTypeProps,
11
- type UpdateComponentTypeProps,
+ ComponentTypeProps,
+ ComponentTypeQueryOptions,
+ CreateComponentTypeProps,
+ UpdateComponentTypeProps,
12
} from '../../../entities/component-type'
13
import type { RestEndpoint } from '../types'
14
import * as raw from './raw'
0 commit comments