Compare commits
1 commit
191c3bad1a
...
c014b77f9b
Author | SHA1 | Date | |
---|---|---|---|
c014b77f9b |
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ export const createBlockedSlotSchema = zod
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
export const createBlockedSlotClientSchema = zod
|
export const createBlockedSlotClientSchema = zod
|
||||||
.object({
|
.object({
|
||||||
start_time: zod.iso.datetime({ local: true }),
|
start_time: zod.iso.datetime({ local: true }),
|
||||||
end_time: zod.iso.datetime({ local: true }),
|
end_time: zod.iso.datetime({ local: true }),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue