interface SafetyScoreRequestParameters {
    occupantRoles: OccupantRole[] | "ALL_ROLES";
    period: 7 | 14 | 30;
    transportModes: TransportMode[] | "ALL_MODES";
}

Properties

occupantRoles: OccupantRole[] | "ALL_ROLES"

Occupant roles of interest.

"ALL_ROLES"
period: 7 | 14 | 30

A period of the last 7, 14 or 30 days.

transportModes: TransportMode[] | "ALL_MODES"

Transport modes of interest.

"ALL_MODES"