Comparing version 0.13.4 to 0.13.5
@@ -19,3 +19,3 @@ import { z } from "zod"; | ||
}; | ||
export type CreateUserEventArg = z.output<typeof createUserEventSchema>; | ||
export type CreateUserEventArgs = z.output<typeof createUserEventSchema>; | ||
export type CreateUserEventBody = z.input<typeof createUserEventSchema>; | ||
@@ -22,0 +22,0 @@ export type ProtoUserEvent = { |
{ | ||
"name": "lz-schema", | ||
"version": "0.13.4", | ||
"version": "0.13.5", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
79024