export type ObjectWithPossibleFields> = { [Key in keyof KeyValue]?: KeyValue[Key]; };