Type alias PublicationResponse<C>

PublicationResponse<C>: Response<{
    content: C;
    topic: string;
}>

Type Parameters

  • C

Type declaration

  • content: C
  • topic: string

Generated using TypeDoc