mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 13:34:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			92 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			92 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| namespace MisskeyEntity {
 | |
|   export type Session = {
 | |
|     token: string
 | |
|     url: string
 | |
|   }
 | |
| }
 |