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