MCPcopy
hub / github.com/Agenta-AI/agenta / Config

Interface Config

web/tests/utils/testmail/types.d.ts:2–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare namespace Testmail {
2 interface Config {
3 apiKey: string
4 namespace: string
5 baseUrl?: string
6 }
7
8 interface Message {
9 html: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected