PipelinePhase type

Policies are executed in phases. The execution order is:

  1. Serialize Phase
  2. Policies not in a phase
  3. Deserialize Phase
  4. Retry Phase
  5. Sign Phase
type PipelinePhase = "Deserialize" | "Serialize" | "Retry" | "Sign"