From fcce291af96e0b25b094a51d742e11549299f50b Mon Sep 17 00:00:00 2001 From: wolfy1339 Date: Tue, 30 Apr 2024 12:20:25 -0400 Subject: [PATCH] fix: mark import as type import --- src/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth.ts b/src/auth.ts index 9d7e0a07c..73225e1d2 100644 --- a/src/auth.ts +++ b/src/auth.ts @@ -1,4 +1,4 @@ -import * as OAuthAppAuth from "@octokit/auth-oauth-app"; +import type * as OAuthAppAuth from "@octokit/auth-oauth-app"; import type { Authentication,