Type alias TopicState

TopicState: {
    html?: string;
    text: string;
}

Type declaration

  • Optional html?: string
  • text: string

Generated using TypeDoc