Files
Nitro-V3/src/api/room/widgets/ICraftingIngredient.ts
T
DuckieTM 7feb10ab15 🆙 Init V3
2026-01-31 09:10:52 +01:00

7 lines
99 B
TypeScript

export interface ICraftingIngredient
{
name: string;
iconUrl: string;
count: number;
}