mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-23 10:45:33 -04:00
7 lines
157 B
TypeScript
7 lines
157 B
TypeScript
export * as File from "./file"
|
|
|
|
import { Revert } from "@opencode-ai/schema/revert"
|
|
|
|
export const Diff = Revert.FileDiff
|
|
export type Diff = typeof Diff.Type
|