Use {.} to describe an object type with no known fields.
{.}
type empty = {.} let acceptEmpty = (_value: empty) => ()
Object