()
| 19 | } |
| 20 | |
| 21 | export const createDefaultInternalValidationResult = (): InternalValidationResult => ({ |
| 22 | key: '', |
| 23 | type: '', |
| 24 | succeeded: true, |
| 25 | message: '', |
| 26 | }); |
| 27 | |
| 28 | export interface RecordValidationResult { |
| 29 | succeeded: boolean; |
no outgoing calls
no test coverage detected
searching dependent graphs…