mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	refactor(frontend) $i の型情報にtokenを追加 (#12649)
This commit is contained in:
		
							parent
							
								
									2cfe64e9e6
								
							
						
					
					
						commit
						5cee481083
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -16,7 +16,7 @@ import { unisonReload, reloadChannel } from '@/scripts/unison-reload.js';
 | 
			
		|||
 | 
			
		||||
// TODO: 他のタブと永続化されたstateを同期
 | 
			
		||||
 | 
			
		||||
type Account = Misskey.entities.MeDetailed;
 | 
			
		||||
type Account = Misskey.entities.MeDetailed & { token: string };
 | 
			
		||||
 | 
			
		||||
const accountData = miLocalStorage.getItem('account');
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue