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