Beignet API reference
    Preparing search index...

    Type Alias BinderStatusOption<C>

    BinderStatusOption: BinderStatusFromKeys<Success2xxKeys<C["responses"]>>

    status option for a binder route.

    Optional and typed to the sole declared 2xx status when the contract declares exactly one, required (typed to the union of declared 2xx statuses) otherwise.

    Type Parameters