mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	fix type
This commit is contained in:
		
							parent
							
								
									c9ae5d0e51
								
							
						
					
					
						commit
						5a39c1a8eb
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -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: {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue