Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BodyChainable<TBody>

An interface containing method type signatures for any Action containing a .body() method.

Type parameters

  • TBody: object = object

    The type of the request body. Defaults to object, but may be specified.

Hierarchy

  • BodyChainable

Implemented by

Index

Properties

Properties

Optional body

body: undefined | (<K>(this: K, body: TBody) => Omit<K, "body">)