Type alias TProcessRequestType<K, P, R>

TProcessRequestType<K, P, R>: {
    payload: P;
    response: R;
    responseKey: K;
}

Type Parameters

  • K extends string

  • P

  • R

Type declaration

  • payload: P
  • response: R
  • responseKey: K

Generated using TypeDoc