Skip to content
Snippets Groups Projects
Commit c9ae5d0e authored by syuilo's avatar syuilo
Browse files

fix type

parent 805a2c02
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,13 @@ export interface MainEventTypes {
unreadAntenna: MiAntenna;
readAllAnnouncements: undefined;
myTokenRegenerated: undefined;
signin: MiSignin;
signin: {
id: MiSignin['id'];
createAt: Date;
ip: string;
headers: any;
success: boolean;
};
registryUpdated: {
scope?: string[];
key: string;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment