MCPcopy
hub / github.com/firekylin/firekylin / SharedLoading

Interface SharedLoading

www/static/src/shared.store.ts:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import { tools } from './utils/tools';
10
11interface SharedLoading {
12 category?: boolean;
13 tag?: boolean;
14 page?: boolean;
15}
16
17class SharedStore {
18 getCategoryList$: Observable<IResult<Category[]>>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected