EventValues
Signature
export type EventValues = { [K in CustomEventsKeys | GatewayEvents]: Omit<EventValue, 'run'> & { run(...args: ResolveEventRunParams<K>): Awaitable<unknown>; };};Members
This export does not declare public properties or methods in the generated declaration file.