MCPcopy Create free account
hub / github.com/0010aor/FlashNotes /

Class

frontend/src/client/core/OpenAPI.ts:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6type Resolver<T> = (options: ApiRequestOptions<T>) => Promise<T>
7
8export class Interceptors<T> {
9 _fns: Middleware<T>[]
10
11 constructor() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected