Skip to content

Commit

Permalink
split out type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-denoble committed Jan 25, 2024
1 parent a594754 commit b723896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/data/vectorOperationsProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import {
Configuration,
ConfigurationParameters,
VectorOperationsApi,
type HTTPHeaders,
} from '../pinecone-generated-ts-fetch';
import type { HTTPHeaders } from '../pinecone-generated-ts-fetch';
import {
queryParamsStringify,
buildUserAgent,
Expand Down
2 changes: 1 addition & 1 deletion src/pinecone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import {
import {
ConfigureIndexRequestSpecPod,
CreateCollectionRequest,
type HTTPHeaders,
} from './pinecone-generated-ts-fetch';
import type { HTTPHeaders } from './pinecone-generated-ts-fetch';
import { IndexHostSingleton } from './data/indexHostSingleton';
import {
PineconeConfigurationError,
Expand Down

0 comments on commit b723896

Please sign in to comment.