src/models/sections/legalPoliceOtherOffenses.js

Summary

Maintainability
A
0 mins
Test Coverage
import otherOffense from 'models/otherOffense'

const policeOtherOffensesModel = {
    List: {
      presence: true,
      branchCollection: { validator: otherOffense },
    },
  }

export default policeOtherOffensesModel