phoenix
    Preparing search index...

    Interface PresenceState

    interface PresenceState {
        metas: PresenceMeta[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    metas: PresenceMeta[]