Skip to content

Commit aeabef2

Browse files
zikejiCopilot
andcommitted
style(types): import inventory data as explicit type
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9c48301 commit aeabef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/Augmented/SkyBlock/Museum.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Components } from "../../api";
2-
import { MinecraftInventoryData } from "../../AugmentedTypes";
2+
import type { MinecraftInventoryData } from "../../AugmentedTypes";
33

44
export type SkyBlockMuseumItem = {
55
donated_time: number;

0 commit comments

Comments
 (0)