We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a6523 commit 502c24eCopy full SHA for 502c24e
packages/sdk/src/index.ts
@@ -1,5 +1,5 @@
1
import { OAuth2Client, generateCodeVerifier } from '@badgateway/oauth2-client';
2
-import ky, { KyInstance } from 'ky';
+import ky, { type KyInstance } from 'ky';
3
import { v4 as uuid } from 'uuid';
4
import { OAuthError, RequiredParameterMissingError } from './errors.js';
5
import type {
0 commit comments