Skip to content

Commit

Permalink
fix: serializedError type import
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwynr committed Jul 4, 2024
1 parent 5780c3b commit 31cba44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/syncs.store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { create } from "zustand"
import { type SyncPair, type TransferData, type CycleState, type IPCTaskError } from "@filen/sync/dist/types"
import { type LocalTreeIgnored } from "@filen/sync/dist/lib/filesystems/local"
import { type RemoteTreeIgnored } from "@filen/sync/dist/lib/filesystems/remote"
import { type SerializedError } from "@filen/sync/dist/types"
import { type SerializedError } from "@filen/sync/dist/utils"

export type TransferState = "started" | "queued" | "finished" | "error" | "stopped" | "paused"

Expand Down

0 comments on commit 31cba44

Please sign in to comment.