()
| 5 | } |
| 6 | |
| 7 | export const createDefaultValidationResult = (): ValidationResult => ({ |
| 8 | type: '', |
| 9 | succeeded: true, |
| 10 | message: '', |
| 11 | }); |
| 12 | |
| 13 | export interface InternalValidationResult { |
| 14 | key: string; |
no outgoing calls
no test coverage detected
searching dependent graphs…