We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8793951 commit ee2a697Copy full SHA for ee2a697
src/index.ts
@@ -75,7 +75,7 @@ export type Check<T extends Model, S> = S extends Specification
75
: never
76
77
78
-type Fluent<T, K extends string | number | symbol> = {
+export type Fluent<T, K extends string | number | symbol> = {
79
[P in Exclude<keyof T, K>]: T[P]
80
}
81
0 commit comments