MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / Toast

Interface Toast

plugins/src/types.d.ts:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33interface Toast {
34 success: (message: string) => void
35 error: (message: string) => void
36 promise: <T>(
37 promise: Promise<T>,
38 msg: { loading: string, success: string, error: string }
39 ) => Promise<T>
40}
41
42interface DataStore {
43 has: (key: string) => boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected