Skip to content

Commit a6b4241

Browse files
committed
Update create-addon-json.ts
1 parent a9fa0f4 commit a6b4241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/create-addon-json.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { AddonIcon } from "./get-addon-icon.ts";
2-
import type { LostConfig } from "../lib/common.ts";
2+
import type { AddonType, LostConfig } from "../lib/common.ts";
33
import type { AddonScript } from "./get-addon-scripts.ts";
44
import type { AddonFile } from "./get-addon-files.ts";
55
import type { AddonJSON } from "../lib/json.ts";
@@ -8,7 +8,7 @@ import type { AddonModule } from './get-addon-modules.ts';
88
import { BUILD_PATH } from "./paths.ts";
99

1010
interface CreateAddonJSONOptions {
11-
CONFIG: LostConfig<'plugin' | 'behavior'>;
11+
CONFIG: LostConfig<AddonType>;
1212
ICON: AddonIcon;
1313
SCRIPTS: AddonScript[];
1414
FILES: AddonFile[];

0 commit comments

Comments
 (0)