Creating Exclusive Or Models with Optional never
selectCallback({
options: ["dracula", "monokai", "vscode"],
values: ["dracula", "vscode"],
value: "dracula",
});
// ^ Argument of type '{ options: string[]; values: string[]; value: string; }'
// is not assignable to parameter of type 'SelectProperties'.