Skip to content

Commit ee2a697

Browse files
committed
fix: export Fluent type
1 parent 8793951 commit ee2a697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export type Check<T extends Model, S> = S extends Specification
7575
: never
7676
: never
7777

78-
type Fluent<T, K extends string | number | symbol> = {
78+
export type Fluent<T, K extends string | number | symbol> = {
7979
[P in Exclude<keyof T, K>]: T[P]
8080
}
8181

0 commit comments

Comments
 (0)