MCPcopy Create free account
hub / github.com/code100x/cms / formData

Interface formData

src/components/NewPayoutDialog.tsx:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 });
69
70 interface formData {
71 upiId?: string;
72 solanaAddress?: string;
73 }
74
75 const onSubmit = (data: formData) => {
76 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected