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

Interface SyncResult

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

Source from the content-addressed store, hash-verified

9}
10
11export interface SyncResult {
12 updated: Array<FileUpdate>
13 skipped: Array<string>
14 created: Array<string>
15 deleted: Array<string>
16 sourceFiles: Array<string>
17 errors: Array<string>
18}
19
20export interface SyncOptions {
21 deleteRemoved?: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected