Interface Activity

Represents a weekly bucket of instance activity.

interface Activity {
    logins: string;
    registrations: string;
    statuses: string;
    week: string;
}

Properties

logins: string

User logins since the week began.

registrations: string

User registrations since the week began.

statuses: string

Statuses created since the week began.

week: string

Midnight at the first day of the week.