mirror of
https://github.com/misskey-dev/misskey
synced 2024-11-28 06:48:42 +09:00
fix type
This commit is contained in:
parent
c9ae5d0e51
commit
5a39c1a8eb
@ -79,9 +79,9 @@ export interface MainEventTypes {
|
||||
myTokenRegenerated: undefined;
|
||||
signin: {
|
||||
id: MiSignin['id'];
|
||||
createAt: Date;
|
||||
createdAt: string;
|
||||
ip: string;
|
||||
headers: any;
|
||||
headers: Record<string, any>;
|
||||
success: boolean;
|
||||
};
|
||||
registryUpdated: {
|
||||
|
Loading…
Reference in New Issue
Block a user