mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	fix type
This commit is contained in:
		
							parent
							
								
									805a2c027e
								
							
						
					
					
						commit
						c9ae5d0e51
					
				
					 1 changed files with 7 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue