This website requires JavaScript.
Explore
Help
Register
Sign in
ahmadk953
/
tasko
Watch
1
Star
0
Fork
You've already forked tasko
0
mirror of
https://github.com/ahmadk953/tasko.git
synced
2025-01-31 09:03:36 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
f11c94d823
tasko
/
actions
/
delete-board
/
schema.ts
6 lines
86 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Formated Files
2024-02-16 01:49:19 +00:00
import
{
z
}
from
'zod'
;
Initial Commit
2024-02-15 02:30:10 +00:00
export
const
DeleteBoard
=
z
.
object
(
{
id
:
z.string
(
)
,
Formated Files
2024-02-16 01:49:19 +00:00
}
)
;
Reference in a new issue
Copy permalink