Variable keyEntrySchemaConst
keyEntrySchema: ZodUnion<
readonly [
ZodString,
ZodObject<
{
allow: ZodOptional<ZodArray<ZodString>>;
deny: ZodOptional<ZodArray<ZodString>>;
key: ZodString;
scopes: ZodOptional<
ZodUnion<
readonly [
ZodString,
ZodArray<ZodString>,
ZodObject<
{
allow: ZodOptional<ZodArray<(...)>>;
deny: ZodOptional<ZodArray<(...)>>;
},
$strip,
>,
],
>,
>;
},
$strip,
>,
],
> = ...
Key entry â€" plain string (seed, no scopes) or object with key + optional scopes