Sanity App SDK
    Preparing search index...

    Interface PresenceLocation

    interface PresenceLocation {
        documentId: string;
        lastActiveAt: string;
        path: string[];
        type: "document";
    }
    Index

    Properties

    documentId: string
    lastActiveAt: string
    path: string[]
    type: "document"