Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
export
interface
RazorpayConfig {
170
keyId: string;
171
keySecret: string;
172
}
173
174
export
interface
ResendConfig {
175
from: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected