mirror of
https://github.com/cuigh/swirl
synced 2025-06-26 18:16:50 +00:00
Make event objects more extensible
This commit is contained in:
@@ -4,8 +4,9 @@ export interface Event {
|
||||
id: string;
|
||||
type: string;
|
||||
action: string;
|
||||
code: number;
|
||||
name: string;
|
||||
args: {
|
||||
[key: string]: string;
|
||||
};
|
||||
userId: string;
|
||||
username: string;
|
||||
time: number;
|
||||
|
||||
Reference in New Issue
Block a user