MCPcopy
hub / github.com/diego3g/rocketredis / ToastMessage

Interface ToastMessage

src/context/toast.tsx:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import ToastContainer from '../components/ToastContainer'
6
7export interface ToastMessage {
8 id: string
9 type: 'success' | 'error' | 'info'
10 title: string
11 description: string
12}
13
14interface ToastShow {
15 (message: Omit<ToastMessage, 'id'>): string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected