()
| 31 | } |
| 32 | |
| 33 | export const createDefaultRecordValidationResult = (): RecordValidationResult => ({ |
| 34 | succeeded: true, |
| 35 | recordErrors: {}, |
| 36 | }); |
| 37 | |
| 38 | export interface InternalFormValidationResult { |
| 39 | succeeded: boolean; |
no outgoing calls
no test coverage detected
searching dependent graphs…