UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

8 lines (6 loc) 229 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; }