@theophilusdev/conduit
    Preparing search index...

    Interface ThreadEventBase

    interface ThreadEventBase {
        author: string;
        participantIDs: string[];
        threadID: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    author: string
    participantIDs: string[]
    threadID: string