Type Alias HookStatus

HookStatus:
    | "success"
    | "failed"
    | "skipped"
    | "cancelled"

Specifies after which stack operation status the hook should be executed.