import { BaseOptions } from './base.options'; export interface IsDateOptions extends BaseOptions { format?: string, }