Merge branch 'develop' into pr/12113

This commit is contained in:
syuilo 2023-10-23 11:07:50 +09:00
commit c79b68574f
1 changed files with 2 additions and 2 deletions

View File

@ -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: {