Variable RoomAttributeSelectFieldsSchemaJsonConst
RoomAttributeSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
id: ZodOptional<ZodCoercedBoolean<unknown>>;
name: ZodOptional<ZodCoercedBoolean<unknown>>;
values: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<ZodArray<ZodEnum<(...)>>>;
where: ZodOptional<
ZodPipe<ZodTransform<(...), (...)>, ZodObject<(...), (...)>>,
>;
},
$strip,
>,
],
>,
>;
},
$strip,
>,
> = ...