( recordValidations: RecordValidation[] )
| 27 | }; |
| 28 | |
| 29 | const mapToInternalValidationCollection = ( |
| 30 | recordValidations: RecordValidation[] |
| 31 | ) => |
| 32 | Array.isArray(recordValidations) |
| 33 | ? recordValidations.map(mapToInternalRecordValidation) |
| 34 | : []; |
| 35 | |
| 36 | const buildIntertalSchema = ( |
| 37 | internalSchema: RecordIdInternalValidation[] |
no outgoing calls
no test coverage detected
searching dependent graphs…