userIdSchema: ZodObject<
    { userId: ZodString },
    "strip",
    ZodTypeAny,
    { userId?: string },
    { userId?: string },
> = ...