MCPcopy Create free account
hub / github.com/LeetCode-OpenSource/ayanami / TipsState

Interface TipsState

test/specs/reducer.spec.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { Ayanami, Reducer, getAllActionsForTest, ActionMethodOfAyanami } from '../../src'
4
5interface TipsState {
6 tips: string
7}
8
9@Injectable()
10class Tips extends Ayanami<TipsState> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected