Skip to content

Commit 25ea433

Browse files
committed
chore: type import
1 parent d1775f6 commit 25ea433

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

lib/adapters/REST/endpoints/component-type.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ import type { AxiosInstance } from 'contentful-sdk-core'
33
import copy from 'fast-copy'
44
import type { SetOptional } from 'type-fest'
55
import type { GetComponentTypeParams, GetSpaceEnvironmentParams } from '../../../common-types'
6-
import {
6+
import type{
77
ComponentTypeCollection,
8-
type ComponentTypeProps,
9-
type ComponentTypeQueryOptions,
10-
type CreateComponentTypeProps,
11-
type UpdateComponentTypeProps,
8+
ComponentTypeProps,
9+
ComponentTypeQueryOptions,
10+
CreateComponentTypeProps,
11+
UpdateComponentTypeProps,
1212
} from '../../../entities/component-type'
1313
import type { RestEndpoint } from '../types'
1414
import * as raw from './raw'

0 commit comments

Comments
 (0)