// This file is not overwritten by the generator.
// Feel free to add your own validators in this directory, and to register
// it in this index file.
import { item } from './Item.validator';
import { boolean } from './Boolean.validator';

export const AppValidators: any = {
  item,
  boolean
};
