initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import * as z from 'zod';
|
||||
|
||||
export const NullableJsonNullValueInputSchema = z.enum(['DbNull', 'JsonNull'])
|
||||
|
||||
export type NullableJsonNullValueInput = z.infer<typeof NullableJsonNullValueInputSchema>;
|
||||
Reference in New Issue
Block a user