mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-23 02:36:57 -04:00
7 lines
160 B
TypeScript
7 lines
160 B
TypeScript
export * as File from "./file"
|
|
|
|
import { FileDiff } from "@opencode-ai/schema/file-diff"
|
|
|
|
export const Diff = FileDiff.Info
|
|
export type Diff = typeof Diff.Type
|