Represents a clearable object.

interface IClearable {
    clear: () => void;
}

Properties

Properties

clear: () => void