MCPcopy Create free account
hub / github.com/TanStack/cli / FileUpdate

Interface FileUpdate

packages/cli/src/file-syncer.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import * as diff from 'diff'
5
6export interface FileUpdate {
7 path: string
8 diff?: string
9}
10
11export interface SyncResult {
12 updated: Array<FileUpdate>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected