()
| 58 | }); |
| 59 | |
| 60 | export const createDefaultInternalFormValidationResult = (): InternalFormValidationResult => ({ |
| 61 | succeeded: true, |
| 62 | fieldErrors: {}, |
| 63 | recordErrors: {}, |
| 64 | }); |
no outgoing calls
no test coverage detected
searching dependent graphs…