Sanity App SDK
    Preparing search index...

    Interface UserPresence

    interface UserPresence {
        locations: PresenceLocation[];
        sessionId: string;
        user: SanityUser;
    }
    Index

    Properties

    locations: PresenceLocation[]
    sessionId: string