interface IRemoveMode {
    remove: IRemove;
}

Properties

Properties

remove: IRemove