@psycho2022/medium-common
Advanced tools
+4
-4
@@ -20,6 +20,6 @@ import { z } from "zod"; | ||
| }, z.core.$strip>; | ||
| export type signupInput = z.infer<typeof signupInput>; | ||
| export type signinInput = z.infer<typeof signinInput>; | ||
| export type createBlogInput = z.infer<typeof createBlogInput>; | ||
| export type updateBlogInput = z.infer<typeof updateBlogInput>; | ||
| export type SignupInput = z.infer<typeof signupInput>; | ||
| export type SigninInput = z.infer<typeof signinInput>; | ||
| export type CreateBlogInput = z.infer<typeof createBlogInput>; | ||
| export type UpdateBlogInput = z.infer<typeof updateBlogInput>; | ||
| //# sourceMappingURL=index.d.ts.map |
+1
-1
| { | ||
| "name": "@psycho2022/medium-common", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |