MCPcopy
hub / github.com/HKUDS/DeepCode / Notification

Interface Notification

new_ui/frontend/src/types/common.ts:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11export interface Notification {
12 id: string;
13 type: 'success' | 'error' | 'warning' | 'info';
14 title: string;
15 description?: string;
16 duration?: number;
17}
18
19export interface LayoutConfig {
20 sidebarWidth: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected