Variable EmployeeRoomRequestOwnIncludeSchemaJsonConst
EmployeeRoomRequestOwnIncludeSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
requestedBy: ZodOptional<ZodCoercedBoolean<unknown>>;
resolvedBy: ZodOptional<ZodCoercedBoolean<unknown>>;
room: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...