Sanity App SDK
    Preparing search index...

    Interface StateEvent

    interface StateEvent {
        locations: PresenceLocation[];
        sessionId: string;
        timestamp: string;
        type: "state";
        userId: string;
    }
    Index

    Properties

    locations: PresenceLocation[]
    sessionId: string
    timestamp: string
    type: "state"
    userId: string