TSegmentNode: TSegmentBase & {
    data: {
        id: string;
    };
    type: "node";
}

Type declaration

  • data: {
        id: string;
    }
    • id: string

      id 消息ID

  • type: "node"