| 4 | type InternalFormType = typeof InternalForm; |
| 5 | |
| 6 | interface FormInterface extends InternalFormType { |
| 7 | Item: typeof Item; |
| 8 | } |
| 9 | |
| 10 | const Form = InternalForm as FormInterface; |
| 11 |
nothing calls this directly
no outgoing calls
no test coverage detected