/** * Enum representation of the phase types held by implementations of {@linkcode PhasePriorityQueue}. */ // TODO: We currently assume these are in order export enum DynamicPhaseType { POST_SUMMON, }