KeyValuePair type

type KeyValuePair = { key: string; value: string }