UNPKG

a2r

Version:
7 lines (6 loc) 210 B
import { OnValidation } from '../../model/watcher'; /** * Method executed when API is validated after changes are processed */ declare const onModelValidation: OnValidation; export default onModelValidation;