Type Alias ApiUpdateObservationEvent

ApiUpdateObservationEvent: ApiBaseEvent & {
    body: ApiObservationBody;
}

UpdateObservationEvent