type alias LifecyclePhase
Since 0.1.0

Application lifecycle phases, in execution order.

See ILifecycleApi for the hooks that fire in each phase.

Definition

"register"
| "init"
| "bootstrap"
| "active"
| "shutdown"
| "close"

Usage

import { type LifecyclePhase } from "common/src/index.ts";