Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryChainable<TQuery>

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

Type parameters

  • TQuery: object = object

    The type of the request query. Defaults to object, but should be specified.

Hierarchy

  • QueryChainable

Implemented by

Index

Properties

Properties

Optional query

query: undefined | (<K>(this: K, query: TQuery) => Omit<K, "query">)