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
15f879ebb0
tasko
/
actions
/
stripe-redirect
/
schema.ts
4 lines
70 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
StripeRedirect
=
z
.
object
(
{
}
)
;
Reference in a new issue
Copy permalink