@cpod/sdk - v0.2.7
    Preparing search index...

    Interface ActiveUsersData

    Active users data

    interface ActiveUsersData {
        total_active: number;
        active_today: number;
        active_this_week: number;
        active_this_month: number;
        users: { user_id: string; last_active: string }[];
    }
    Index

    Properties

    total_active: number
    active_today: number
    active_this_week: number
    active_this_month: number
    users: { user_id: string; last_active: string }[]