Cleanup
All checks were successful
Lint / lint (push) Successful in 17s

This commit is contained in:
Julien Valverdé
2025-03-09 18:35:48 +01:00
parent 1ed73dc3ac
commit 1fd2a9ffbe
4 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
import * as AsyncData from "@typed/async-data"
import { type Cause, Effect, Fiber, SubscriptionRef } from "effect"
import type * as AsyncData from "@typed/async-data"
import { type Cause, Effect, type Fiber, type SubscriptionRef } from "effect"
export interface QueryService<A, E> {