export interface DvURLOptions {
  message?: string;
  allowNull?: boolean;
}
