/** * Datatype representing a field-value pair on ODP Api events */ export type FieldValue = string | number | boolean | null;