(input: Scope & { readonly ticket: string })
| 20 | export interface Interface { |
| 21 | issue(input: Scope): Effect.Effect<typeof ConnectToken.Type> |
| 22 | consume(input: Scope & { readonly ticket: string }): Effect.Effect<boolean> |
| 23 | } |
| 24 | |
| 25 | export class Service extends Context.Service<Service, Interface>()("@opencode/PtyTicket") {} |
no outgoing calls
no test coverage detected