import { TClearType } from './TClearType'; export interface IClear { type?: TClearType; }