Skip to content

Commit

Permalink
chore: Fix type import
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Aug 23, 2024
1 parent 11a6523 commit 502c24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { OAuth2Client, generateCodeVerifier } from '@badgateway/oauth2-client';
import ky, { KyInstance } from 'ky';
import ky, { type KyInstance } from 'ky';
import { v4 as uuid } from 'uuid';
import { OAuthError, RequiredParameterMissingError } from './errors.js';
import type {
Expand Down

0 comments on commit 502c24e

Please sign in to comment.