type SignalData = ISignalRow | null; Copy
type SignalData = ISignalRow | null;
Signal data stored in persistence layer. Contains nullable signal for atomic updates.