1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-01 07:35:57 +09:00
This commit is contained in:
syuilo 2023-10-23 11:07:27 +09:00
parent c9ae5d0e51
commit 5a39c1a8eb

View File

@ -79,9 +79,9 @@ export interface MainEventTypes {
myTokenRegenerated: undefined; myTokenRegenerated: undefined;
signin: { signin: {
id: MiSignin['id']; id: MiSignin['id'];
createAt: Date; createdAt: string;
ip: string; ip: string;
headers: any; headers: Record<string, any>;
success: boolean; success: boolean;
}; };
registryUpdated: { registryUpdated: {