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

Interface AlertMessageType

client/src/components/types.d.ts:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31};
32export type AlertType = 'ERROR' | 'WARN' | 'SUCCESS' | '%future added value';
33export interface AlertMessageType {
34 readonly text: string;
35 readonly id: string;
36 readonly type: AlertType;
37}
38export {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected