SyncActionType

type SyncActionType = "signal-open" | "signal-close";

Sync action type — discriminates between signal-open and signal-close events.