xmpp_p2p
    Preparing search index...

    Interface XmppCollectionNode

    interface XmppCollectionNode {
        createdAt: string;
        id: string;
        members: XmppCollectionMember[];
        name?: string;
        topic: string;
        updatedAt: string;
    }
    Index

    Properties

    createdAt: string
    id: string
    name?: string
    topic: string
    updatedAt: string