interface Thread {
    mentions: Tag[];
    pubKeys: string[];
    replyTo?: Tag;
    root?: Tag;
}

Properties

mentions: Tag[]
pubKeys: string[]
replyTo?: Tag
root?: Tag

Generated using TypeDoc