import { TDictionary } from '../TDictionary'; import { IOptions } from '../../interfaces/options/IOptions'; export type TInputOptions = Partial> & TDictionary;