MCPcopy Create free account
hub / github.com/Snowflyt/tinyeffect / UnhandledEffect

Interface UnhandledEffect

src/types.d.ts:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 * A type representing unhandled effects.
81 */
82export interface UnhandledEffect<out E extends Effect> {
83 readonly [unhandledEffect]: E;
84}
85
86/*****************
87 * Utility types *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected