Mayson Monorepo Documentation
    Preparing search index...
    interface Session {
        browser: string;
        device: string;
        platform: string;
        version: string;
    }
    Index

    Properties

    browser: string

    The browser used in this browser session (e.g., Chrome).

    device: string

    Information about the device used for the browser session (e.g., Samsung SM-G930T).

    platform: string

    The platform for the browser session (e.g., Macintosh).

    version: string

    The version for the browser session (e.g., 61.0.3163.100).