jeeves-meta-monorepo
GitHub
Preparing search index...
service/src
metaErrorSchema
Variable metaErrorSchema
Const
metaErrorSchema
:
ZodObject
<
{
code
:
ZodString
;
message
:
ZodString
;
step
:
ZodEnum
<
{
architect
:
"architect"
;
builder
:
"builder"
;
critic
:
"critic"
}
,
>
;
}
,
$strip
,
>
= ...
Zod schema for synthesis step errors.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
jeeves-meta-monorepo
Loading...
Zod schema for synthesis step errors.