Type alias VertexMessage

VertexMessage: {
    author: string;
    content: string;
}

Type declaration

  • author: string
  • content: string

Generated using TypeDoc