Skip to content

Commit

Permalink
chore: use type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Sep 18, 2024
1 parent b47db47 commit d7f7825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as OctokitTypes from "@octokit/types";
import { RequestError } from "@octokit/request-error";
import type * as OctokitTypes from "@octokit/types";
import type { RequestError } from "@octokit/request-error";

import type { Octokit } from "./index.js";

Expand Down

0 comments on commit d7f7825

Please sign in to comment.