fix export interface stuff

This commit is contained in:
Matt Hill
2023-05-03 16:59:05 -06:00
parent 0ddd35c8d7
commit 24dc9f0510
4 changed files with 45 additions and 51 deletions

View File

@@ -541,8 +541,6 @@ describe("values", () => {
Test,
| { unionSelectKey: "a"; unionValueKey: { b: boolean } }
| { unionSelectKey: "b"; unionValueKey: { b: boolean } }
| null
| undefined
>()(null)
const built = await value.build({} as any)