Variable EmployeeItemRequestSelectFieldsSchemaConst
EmployeeItemRequestSelectFieldsSchema: ZodObject<
{
id: ZodOptional<ZodCoercedBoolean<unknown>>;
note: ZodOptional<ZodCoercedBoolean<unknown>>;
requestedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
requestedBy: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<ZodArray<ZodEnum<{ id: ...; uuid: ... }>>>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<{ id: ...; uuid: ... }, $strip>,
>,
>;
},
$strip,
>,
],
>,
>;
requestedById: ZodOptional<ZodCoercedBoolean<unknown>>;
resolvedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
resolvedBy: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<ZodArray<ZodEnum<{ id: ...; uuid: ... }>>>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<{ id: ...; uuid: ... }, $strip>,
>,
>;
},
$strip,
>,
],
>,
>;
resolvedById: ZodOptional<ZodCoercedBoolean<unknown>>;
serialNumber: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
id: ...;
itemId: ...;
roomId: ...;
serialNumber: ...;
uuid: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
id: ...;
itemId: ...;
roomId: ...;
serialNumber: ...;
uuid: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
serialNumberId: ZodOptional<ZodCoercedBoolean<unknown>>;
status: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...