Given some type containing optional properties:
type Obj = { a: string, b: ?string, c?: string, d?: ?string, e: ?string | void, }
I