Wagtail client-side components
    Preparing search index...
    interface PingResponse {
        html: string;
        other_sessions: {
            is_editing: boolean;
            last_seen_at: string;
            revision_id: number | null;
            session_id: string | null;
            user: string;
        }[];
        ping_url: string;
        release_url: string;
        session_id: string;
    }
    Index

    Properties

    html: string
    other_sessions: {
        is_editing: boolean;
        last_seen_at: string;
        revision_id: number | null;
        session_id: string | null;
        user: string;
    }[]
    ping_url: string
    release_url: string
    session_id: string