File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ import {
41
41
///////////////////////////////////////
42
42
///////////////////////////////////////
43
43
44
- export type RefinementCtx = {
44
+ export interface RefinementCtx {
45
45
addIssue : ( arg : IssueData ) => void ;
46
46
path : ( string | number ) [ ] ;
47
- } ;
47
+ }
48
48
export type ZodRawShape = { [ k : string ] : ZodTypeAny } ;
49
49
export type ZodTypeAny = ZodType < any , any , any > ;
50
50
export type TypeOf < T extends ZodType < any , any , any > > = T [ "_output" ] ;
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ import {
41
41
///////////////////////////////////////
42
42
///////////////////////////////////////
43
43
44
- export type RefinementCtx = {
44
+ export interface RefinementCtx {
45
45
addIssue : ( arg : IssueData ) => void ;
46
46
path : ( string | number ) [ ] ;
47
- } ;
47
+ }
48
48
export type ZodRawShape = { [ k : string ] : ZodTypeAny } ;
49
49
export type ZodTypeAny = ZodType < any , any , any > ;
50
50
export type TypeOf < T extends ZodType < any , any , any > > = T [ "_output" ] ;
You can’t perform that action at this time.
0 commit comments