0.2.3 #33

Merged
Thilawyn merged 12 commits from next into master 2026-01-23 01:50:12 +01:00
Showing only changes of commit c9dd4e6aa9 - Show all commits

View File

@@ -3,7 +3,7 @@ import type * as Query from "./Query.js"
import type * as Result from "./Result.js"
export const QueryClientServiceTypeId: unique symbol = Symbol.for("@effect-fc/QueryClient/QueryClientServiceTypeId")
export const QueryClientServiceTypeId: unique symbol = Symbol.for("@effect-fc/QueryClient/QueryClientService")
export type QueryClientServiceTypeId = typeof QueryClientServiceTypeId
export interface QueryClientService extends Pipeable.Pipeable {