UNPKG

wallet-storage-client

Version:
18 lines 467 B
import { sdk } from "../../../index.client"; export interface SyncState extends sdk.EntityTimeStamp { created_at: Date; updated_at: Date; syncStateId: number; userId: number; storageIdentityKey: string; storageName: string; status: sdk.SyncStatus; init: boolean; refNum: string; syncMap: string; when?: Date; satoshis?: number; errorLocal?: string; errorOther?: string; } //# sourceMappingURL=SyncState.d.ts.map