Skip to content

Commit

Permalink
fix(core): add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Angela committed Oct 15, 2024
1 parent 94c69d9 commit 7b87327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/license.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import type { licenses } from "./src/license/licenses";

declare global {
type AvailableLicense = (typeof licenses)[number];
type License = AvailableLicense | AvailableLicense[] | undefined;
Expand All @@ -6,5 +8,3 @@ declare global {
licensePath: string | undefined;
}
}

export {};

0 comments on commit 7b87327

Please sign in to comment.