Skip to content

Commit 8c15d0f

Browse files
committed
chore: make postgrestVersion optional
1 parent 9d64fb9 commit 8c15d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export type GenericSchema = {
7373

7474
export type PostgRESTVersion = 12 | 13
7575
export type ClientServerOptions = {
76-
postgrestVersion: PostgRESTVersion
76+
postgrestVersion?: PostgRESTVersion
7777
}
7878

7979
// https://twitter.com/mattpocockuk/status/1622730173446557697

0 commit comments

Comments
 (0)