mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 01:30:23 +01:00
wip
This commit is contained in:
parent
987c98faec
commit
225805da8a
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ interface StreamEvents {
|
||||||
}
|
}
|
||||||
|
|
||||||
interface AuthenticatedStreamEvents {
|
interface AuthenticatedStreamEvents {
|
||||||
[key: UserEventName]: <T extends keyof UserEventTypes>(e: UserEvent<T>) => void;
|
[key: UserEventName]: (e: UserEvent) => void;
|
||||||
[key: `mainStream:${User['id']}`]: (e: { type: string; body: any }) => void;
|
[key: `mainStream:${User['id']}`]: (e: { type: string; body: any }) => void;
|
||||||
[key: `driveStream:${User['id']}`]: (e: { type: string; body: any }) => void;
|
[key: `driveStream:${User['id']}`]: (e: { type: string; body: any }) => void;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue