Type alias ZendriveOnAccidentEvent

ZendriveOnAccidentEvent: {
    event: AccidentInfo;
    kind: ON_ACCIDENT;
}

Type declaration