MCPcopy Create free account
hub / github.com/deanrad/rxfx / SearchLoading

Interface SearchLoading

bus/test/example/searchService.ts:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 id?: number;
8}
9export interface SearchLoading {
10 request?: { id: number };
11}
12export interface SearchComplete {
13 request?: { id: number };
14 result: [string];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected