Interface Parent

interface Parent {
    update?(): void;
}

Methods

Methods