diff --git a/src/channels/plugins/config-writes.ts b/src/channels/plugins/config-writes.ts index 286e94c5324..43e0fa9e0b0 100644 --- a/src/channels/plugins/config-writes.ts +++ b/src/channels/plugins/config-writes.ts @@ -12,9 +12,9 @@ import { type ConfigWriteTargetLike, } from "./config-write-policy-shared.js"; import type { ChannelId } from "./types.core.js"; -export type ConfigWriteScope = ConfigWriteScopeLike; -export type ConfigWriteTarget = ConfigWriteTargetLike; -export type ConfigWriteAuthorizationResult = ConfigWriteAuthorizationResultLike; +export type ConfigWriteScope = ConfigWriteScopeLike; +export type ConfigWriteTarget = ConfigWriteTargetLike; +export type ConfigWriteAuthorizationResult = ConfigWriteAuthorizationResultLike; function isInternalConfigWriteMessageChannel(channel?: string | null): boolean { return normalizeLowercaseStringOrEmpty(channel) === "webchat";