Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use type import
  • Loading branch information
c4spar committed May 27, 2024
commit 953af0e131b28a35969e720ccf018ed8d838c03a
2 changes: 1 addition & 1 deletion command/upgrade/provider/nest_land.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Provider, ProviderOptions, type Versions } from "../provider.ts";
import { Provider, type ProviderOptions, type Versions } from "../provider.ts";

export interface NestLandProviderOptions extends ProviderOptions {
name?: string;
Expand Down