mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	
							parent
							
								
									0b98554319
								
							
						
					
					
						commit
						83c04c55ad
					
				
					 1 changed files with 6 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -4,9 +4,12 @@ import type {
 | 
			
		|||
	Ad,
 | 
			
		||||
	Announcement,
 | 
			
		||||
	EmojiDetailed,
 | 
			
		||||
	Flash,
 | 
			
		||||
	GalleryPost,
 | 
			
		||||
	InviteCode,
 | 
			
		||||
	MetaDetailed,
 | 
			
		||||
	Note,
 | 
			
		||||
	Page,
 | 
			
		||||
	Role,
 | 
			
		||||
	ReversiGameDetailed,
 | 
			
		||||
	SystemWebhook,
 | 
			
		||||
| 
						 | 
				
			
			@ -405,18 +408,18 @@ export type ModerationLogPayloads = {
 | 
			
		|||
		pageId: string;
 | 
			
		||||
		pageUserId: string;
 | 
			
		||||
		pageUserUsername: string;
 | 
			
		||||
		page: any;
 | 
			
		||||
		page: Page;
 | 
			
		||||
	};
 | 
			
		||||
	deleteFlash: {
 | 
			
		||||
		flashId: string;
 | 
			
		||||
		flashUserId: string;
 | 
			
		||||
		flashUserUsername: string;
 | 
			
		||||
		flash: any;
 | 
			
		||||
		flash: Flash;
 | 
			
		||||
	};
 | 
			
		||||
	deleteGalleryPost: {
 | 
			
		||||
		postId: string;
 | 
			
		||||
		postUserId: string;
 | 
			
		||||
		postUserUsername: string;
 | 
			
		||||
		post: any;
 | 
			
		||||
		post: GalleryPost;
 | 
			
		||||
	};
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue