extraInfo

Examples

type ExtraInfo {
  key: String
  val: String
  value: String
}

Fields

Field
Description
Supported fields

key String

Key name of the extra info

val String

Value associated with the key

value String

Alternate value field, often redundant with 'val'

References

Fields with this object:

Last updated