Skip to content

Commit

Permalink
Fix updateSlot event type (#3425)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisKvak1 authored Jul 28, 2024
1 parent 78b4ecc commit 5d39db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ export class Painting {
interface StorageEvents {
open: () => void
close: () => void
updateSlot: (oldItem: Item | null, newItem: Item | null) => void
updateSlot: (slot: number, oldItem: Item | null, newItem: Item | null) => void
}

interface FurnaceEvents extends StorageEvents {
Expand Down

0 comments on commit 5d39db2

Please sign in to comment.