MCPcopy Create free account
hub / github.com/emwalker/digraph / AlertMessageType

Interface AlertMessageType

client/src/components/types.ts:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54export type AlertType = 'ERROR' | 'WARN' | 'SUCCESS' | '%future added value'
55
56export interface AlertMessageType {
57 readonly text: string,
58 readonly id: string,
59 readonly type: AlertType,
60}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected