mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 13:34:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			148 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			148 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| namespace MisskeyEntity {
 | |
| 	export type GetAll = {
 | |
| 		tutorial: number;
 | |
| 		defaultNoteVisibility: "public" | "home" | "followers" | "specified";
 | |
| 	};
 | |
| }
 |