Interface ReplacedEvent<T>

interface ReplacedEvent<T> {
    new: T;
    old: T;
}

Type Parameters

  • T

Properties

Properties

new: T
old: T