interface AccountSyncStatusEntryPartial {
    error: PartialError;
    state: "partial";
}

Properties

Properties

state: "partial"