Skip to content

Commit

Permalink
fix: only import Octokit as type (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Jul 14, 2024
1 parent f8f0848 commit e3727b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// @ts-expect-error No types for "bottleneck/light"
import BottleneckLight from "bottleneck/light.js";
import type TBottleneck from "bottleneck";
import { Octokit } from "@octokit/core";
import type { OctokitOptions } from "@octokit/core";
import type { Octokit, OctokitOptions } from "@octokit/core";
import type { Groups, State, ThrottlingOptions } from "./types.js";
import { VERSION } from "./version.js";

Expand Down

0 comments on commit e3727b4

Please sign in to comment.