Variable AppSelectFieldsSchemaConst
AppSelectFieldsSchema: ZodObject<
{
description: ZodOptional<ZodCoercedBoolean<unknown>>;
history: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<{ appId: ...; id: ...; startedAt: ...; stopeedAt: ... }>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{ appId: ...; id: ...; startedAt: ...; stopeedAt: ... },
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
host: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
name: ZodOptional<ZodCoercedBoolean<unknown>>;
port: ZodOptional<ZodCoercedBoolean<unknown>>;
version: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...