/**
 * Validation Options
 */
export interface ValidationOptions {
    /**
     * debounceTime for the next validation
     */
    debounceTime: number;
}
