MCPcopy Create free account
hub / github.com/admineral/OpenAI-Assistant-API-Chat / State

Interface State

components/ui/use-toast.ts:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53interface State {
54 toasts: ToasterToast[]
55}
56
57const toastTimeouts = new Map<string, ReturnType<typeof setTimeout>>()
58

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected