RequestEvents<T>: {
    on: GotEventFunction<T>;
    once: GotEventFunction<T>;
    off: GotEventFunction<T>;
}

Type Parameters

  • T