@deboxsoft/module-core
Advanced tools
Comparing version 2.5.25 to 2.5.26
{ | ||
"name": "@deboxsoft/module-core", | ||
"version": "2.5.25", | ||
"version": "2.5.26", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
@@ -25,2 +25,6 @@ import { z, ZodType } from "@deboxsoft/zod"; | ||
export const IdParams = z.object({ | ||
id: IdSchema | ||
}); | ||
export const BooleanResponse = z.object({ | ||
@@ -45,2 +49,3 @@ data: z.boolean() | ||
export type IdParams = z.TypeOf<typeof IdParams>; | ||
export type BooleanResponse = z.TypeOf<typeof BooleanResponse>; | ||
@@ -47,0 +52,0 @@ export type StringResponse = z.TypeOf<typeof StringResponse>; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
887565
12360