0.1.11 #14

Merged
Thilawyn merged 318 commits from next into master 2025-05-19 14:01:41 +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>
}>() {}