Interface SyncStateInitial

On app start, we need to find out whether the state is synced.

interface SyncStateInitial {
    _tag: "SyncStateInitial";
}

Properties

Properties

_tag