umami-api-js
    Preparing search index...

    Interface Session

    interface Session {
        browser: string | null;
        city: string;
        country: string;
        device: string;
        firstAt: Date;
        id: string;
        language: string | null;
        lastAt: Date;
        os: string | null;
        region: string;
        screen: string | null;
        views: number;
        visits: number;
        websiteId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    browser: string | null
    city: string
    country: string
    device: string
    firstAt: Date
    id: string
    language: string | null
    lastAt: Date
    os: string | null
    region: string
    screen: string | null
    views: number
    visits: number
    websiteId: string