-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Currently using a custom type file in my project I provided below, native typing would be nice
declare module "minecraft-items" {
export interface MinecraftItem {
id: string;
name: string;
meta: number;
type: number;
icon: string;
}
export function get(item: number | string): MinecraftItem;
export function find(item: number | string): MinecraftItem[];
}```Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels