MCPcopy Create free account
hub / github.com/byte-fe/react-model / CommonState

Interface CommonState

__test__/index.ts:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78// common used case
79interface CommonState {
80 xxx: string
81 yyy: number
82}
83
84interface CommonActionParams {
85 setState: Partial<CommonState> | ProduceFunc<Partial<CommonState>>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…