-
-
Notifications
You must be signed in to change notification settings - Fork 616
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug description
import type { ConditionalPick } from 'type-fest';
interface TestInterface {
a: string;
}
// TS validates that everything is ok - WHY ?
// ConditionalPick<TestInterface, number> === {} .....
const test123123123: ConditionalPick<TestInterface, number> = {
sdfsdfsdf: 'asdasd',
};
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working