@eeymoo/ai-coding-sync
Preparing search index...
src/sync/execute-sync
SyncExecutionResult
Interface SyncExecutionResult
Runtime sync execution result with resolved source semantics.
Since
0.1.0
interface
SyncExecutionResult
{
deployResult
:
DeployExecutionResult
;
gitResult
?:
GitSyncResult
;
runtimeSourceType
:
"git"
|
"file"
;
}
Index
Properties
deploy
Result
git
Result?
runtime
Source
Type
Properties
deploy
Result
deployResult
:
DeployExecutionResult
Optional
git
Result
gitResult
?:
GitSyncResult
runtime
Source
Type
runtimeSourceType
:
"git"
|
"file"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
deploy
Result
git
Result
runtime
Source
Type
@eeymoo/ai-coding-sync
Loading...
Runtime sync execution result with resolved source semantics.
Since
0.1.0