What does this Flow syntax mean/do?
type Options = {| assumeValid?: boolean, commentDescriptions?: boolean, |};
I can\'t seem to find w
This is Flowtype's Exact Object type syntax.