MCPcopy Create free account
hub / github.com/NsLearning/LangHelper / SyncFormProps

Interface SyncFormProps

ChatGPT/src/view/model/SyncCustom/Form.tsx:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13import useInit from '@/hooks/useInit';
14
15interface SyncFormProps {
16 record?: Record<string | symbol, any> | null;
17 type: string;
18}
19
20const initFormValue = {
21 act: '',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected