import { BaseOptions } from './base.options'; export interface IsIntegerOptions extends BaseOptions { maxValue?: number; minValue?: number; }