UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

11 lines (9 loc) 209 B
import type { EntityType } from "../../enums/EntityType"; declare global { interface RoomConfigEntry extends IsaacAPIClass { Subtype: int; Type: EntityType; Variant: int; Weight: int; } }