From 72d496cf0566a441f4129c1d27311a95ef9db15d Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 11 Jun 2026 18:56:46 +0200 Subject: [PATCH] Remove extraneous export --- src/util/util/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/util/index.ts b/src/util/util/index.ts index 2c028e1d4..b6f72d9bd 100644 --- a/src/util/util/index.ts +++ b/src/util/util/index.ts @@ -50,7 +50,6 @@ export * from "./ChannelFlags"; export * from "./Gifs"; export * from "./Application"; export * from "./NameValidation"; -export * from "../../schemas/HelperTypes"; export * from "./Random"; export * from "./Url"; export * from "./Version";