clearable.ts 53 B

123
  1. export interface IClearable {
  2. clear: () => void,
  3. }