@coveo/headless
    Preparing search index...

    Interface UserSession

    interface UserSession {
        actions: UserAction[];
        end: number;
        start: number;
    }
    Index

    Properties

    Properties

    actions: UserAction[]
    end: number
    start: number