Interface ICanUpdate

Represent the class can be update

interface ICanUpdate {
    update(): void;
}

Implemented by

Methods

Methods