Type alias TMMQPRequestType<E, P, R>

TMMQPRequestType<E, P, R>: {
    endpoint: E;
    payload: P;
    response: R;
}

Type Parameters

  • E extends string

  • P

  • R

Type declaration

  • endpoint: E
  • payload: P
  • response: R

Generated using TypeDoc