mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
fix: clientDataEvent type
This commit is contained in:
parent
3ed0c8f293
commit
c971c913a3
@ -6,7 +6,7 @@ export type ClientNameEvents = Extract<keyof ClientEvents, string>;
|
||||
export type CustomEventsKeys = Extract<keyof CustomEvents, string>;
|
||||
|
||||
export interface ClientDataEvent {
|
||||
name: ClientNameEvents;
|
||||
name: ClientNameEvents | CustomEventsKeys;
|
||||
once: boolean;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user