Skip to content

Commit 502c24e

Browse files
committed
chore: Fix type import
1 parent 11a6523 commit 502c24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { OAuth2Client, generateCodeVerifier } from '@badgateway/oauth2-client';
2-
import ky, { KyInstance } from 'ky';
2+
import ky, { type KyInstance } from 'ky';
33
import { v4 as uuid } from 'uuid';
44
import { OAuthError, RequiredParameterMissingError } from './errors.js';
55
import type {

0 commit comments

Comments
 (0)