chore: generate
This commit is contained in:
parent
64dc6d39ab
commit
39babcbb53
1 changed files with 1 additions and 3 deletions
|
|
@ -13,7 +13,5 @@ export interface Service {
|
||||||
* Closing the Scope removes the tools immediately, so calls that have not
|
* Closing the Scope removes the tools immediately, so calls that have not
|
||||||
* started settling may fail because the tool is no longer available.
|
* started settling may fail because the tool is no longer available.
|
||||||
*/
|
*/
|
||||||
readonly attach: (
|
readonly attach: (tools: Readonly<Record<string, NativeTool.Any>>) => Effect.Effect<void, never, Scope.Scope>
|
||||||
tools: Readonly<Record<string, NativeTool.Any>>,
|
|
||||||
) => Effect.Effect<void, never, Scope.Scope>
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue