/** * Enum representation of the phase types held by implementations of {@linkcode PhasePriorityQueue} */ export enum DynamicPhaseType { POST_SUMMON }