Variable AppSelectFieldsSchemaJsonConst
AppSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
description: ZodOptional<ZodCoercedBoolean<unknown>>;
history: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<ZodArray<ZodEnum<(...)>>>;
where: ZodOptional<
ZodPipe<ZodTransform<(...), (...)>, ZodObject<(...), (...)>>,
>;
},
$strip,
>,
],
>,
>;
host: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
name: ZodOptional<ZodCoercedBoolean<unknown>>;
port: ZodOptional<ZodCoercedBoolean<unknown>>;
version: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...