prisma-schema
Preparing search index...
_json
Variable _json
Const
_json
:
"\nexport const _json = z.preprocess((value) => {\n if (typeof value === 'string') {\n try {\n return JSON.parse(value);\n } catch {\n return null;\n }\n }\n return value;\n}, z.any());\n"
= ...
Object schema definition to validate json propery query
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
prisma-schema
Loading...
Object schema definition to validate json propery query