Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code100x/cms
/ BountySubmissionData
Interface
BountySubmissionData
src/actions/bounty/types.ts:1–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
BountySubmissionData {
2
prLink: string;
3
paymentMethod: string;
4
}
5
6
export
interface
AdminApprovalData {
7
bountyId: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected