Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Query

The Query interface should be used to implement your query use case types.

example
export interface GetCountQuery extends Query {
name: 'GetCountQuery';
payload: {};
}

Hierarchy

Index

Properties

Properties

name: any
payload: any
type: "query"

Generated using TypeDoc