diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-03 05:18:11 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-04 23:26:23 +0900 |
| commit | 7e75e0fa8f26a7890c210c67e4474778811b15bc (patch) | |
| tree | 3e8b85702e57990932897f530afa79d9dc8e1742 /pkgs/shared/src/index.ts | |
| parent | 4ca12275c122dd84e489f8c15ee88a840eedb2cf (diff) | |
| download | kioku-7e75e0fa8f26a7890c210c67e4474778811b15bc.tar.gz kioku-7e75e0fa8f26a7890c210c67e4474778811b15bc.tar.zst kioku-7e75e0fa8f26a7890c210c67e4474778811b15bc.zip | |
feat(shared): add Zod validation schemas
Add Zod validation schemas for all data models (User, Deck, Card,
ReviewLog) along with input schemas for API endpoints (create, update,
login, submit review).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'pkgs/shared/src/index.ts')
| -rw-r--r-- | pkgs/shared/src/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/shared/src/index.ts b/pkgs/shared/src/index.ts index 2f88e30..0ca6112 100644 --- a/pkgs/shared/src/index.ts +++ b/pkgs/shared/src/index.ts @@ -1 +1,2 @@ +export * from "./schemas/index.js"; export * from "./types/index.js"; |
