Either I’m doing something wrong, or this is not yet supported: ```typescript interface Example { exists: true } const breaks = { exists: true, doesNotExist: true } is<Example>(breaks) // expected: false, received: true ```