UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

7 lines 279 B
import type { LevelStage, StageType } from "isaac-typescript-definitions"; /** This is used by the `StageHistory` feature. */ export interface StageHistoryEntry { readonly stage: LevelStage; readonly stageType: StageType; } //# sourceMappingURL=StageHistoryEntry.d.ts.map