MCPcopy Create free account
hub / github.com/chiragksharma/BuildFast / RazorpayConfig

Interface RazorpayConfig

src/config/configTypes.ts:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169export interface RazorpayConfig {
170 keyId: string;
171 keySecret: string;
172}
173
174export interface ResendConfig {
175 from: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected