0.1.13 #18

Merged
Thilawyn merged 359 commits from next into master 2025-06-18 00:12:19 +02:00
Showing only changes of commit f21d8b2d8a - Show all commits

View File

@@ -0,0 +1,7 @@
import type * as AsyncData from "@typed/async-data"
import { Effect, type Option } from "effect"
export class QueryProgress extends Effect.Tag("@reffuse/extension-query/QueryProgress")<QueryProgress, {
readonly set: (previous: Option.Option<AsyncData.Progress>) => Effect.Effect<void>
}>() {}