LINE: remove shared group mentions helper

This commit is contained in:
Gustavo Madeira Santana
2026-03-18 03:42:41 +00:00
parent f253f14b0b
commit 1aae93b1fa
6 changed files with 82 additions and 239 deletions

View File

@@ -15,5 +15,6 @@ export {
resolveDefaultLineAccountId,
resolveLineAccount,
} from "../line/accounts.js";
export { resolveExactLineGroupConfigKey } from "../line/group-keys.js";
export type { ResolvedLineAccount } from "../line/types.js";
export { LineConfigSchema } from "../line/config-schema.js";