refactor(core): remove schema forwarding facades (#33577)

This commit is contained in:
Kit Langton 2026-06-24 04:52:58 +02:00 committed by GitHub
commit 57895586c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 31 additions and 70 deletions

View file

@ -1,9 +0,0 @@
export * as IntegrationSchema from "./schema"
import { Integration } from "@opencode-ai/schema/integration"
export const ID = Integration.ID
export type ID = Integration.ID
export const MethodID = Integration.MethodID
export type MethodID = Integration.MethodID