@eeymoo/ai-coding-sync
    Preparing search index...

    Interface HookConfig

    Hook configuration definition.

    0.1.0

    interface HookConfig {
        "on-conflict"?: string | null;
        "post-sync"?: string | null;
        "pre-sync"?: string | null;
    }
    Index

    Properties

    "on-conflict"?: string | null

    Optionalpost-sync

    "post-sync"?: string | null
    "pre-sync"?: string | null