Variable EmployeeItemRequestOwnSelectFieldsSchemaJsonConst
EmployeeItemRequestOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
id: ZodOptional<ZodCoercedBoolean<unknown>>;
note: ZodOptional<ZodCoercedBoolean<unknown>>;
requestedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
requestedBy: ZodOptional<ZodCoercedBoolean<unknown>>;
requestedById: ZodOptional<ZodCoercedBoolean<unknown>>;
resolvedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
resolvedBy: ZodOptional<ZodCoercedBoolean<unknown>>;
resolvedById: ZodOptional<ZodCoercedBoolean<unknown>>;
serialNumber: ZodOptional<ZodCoercedBoolean<unknown>>;
serialNumberId: ZodOptional<ZodCoercedBoolean<unknown>>;
status: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...