Interface SyncStateIsNotSynced

interface SyncStateIsNotSynced {
    _tag: "SyncStateIsNotSynced";
    error: NetworkError | ServerError | PaymentRequiredError;
}

Properties

Properties

_tag