mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-25 09:41:54 +00:00
6 lines
163 B
TypeScript
6 lines
163 B
TypeScript
export * as File from "./file.js"
|
|
|
|
import { FileDiff } from "@opencode-ai/schema/file-diff"
|
|
|
|
export const Diff = FileDiff.Info
|
|
export type Diff = typeof Diff.Type
|