aphrodite icon indicating copy to clipboard operation
aphrodite copied to clipboard

Make object types explicitly inexact to support projects using flow's exact_by_default option

Open kevinbarabash opened this issue 4 years ago • 0 comments

This involved changing { a: string, b: boolean } to { a: string, b: boolean, ... }. We should probably update flow at the same time so that we can test this change.

kevinbarabash avatar Nov 02 '19 18:11 kevinbarabash