Type Alias SyncFn

SyncFn: ((connection: DlpConnection) => Promise<void>)

A function that implements HotSync business logic.