Application response to a pending review request.
A response is intentionally small: it targets a single interrupt and either approves or denies the pending operation.
Summary
Types
Functions
@spec approve( Jidoka.Review.Interrupt.t() | String.t(), keyword() ) :: t()
@spec decisions() :: [decision()]
@spec deny( Jidoka.Review.Interrupt.t() | String.t(), keyword() ) :: t()
@spec schema() :: Zoi.schema()