Make emoji skins type more specific
Signed-off-by: Robin Townsend <robin@robin.town>pull/21833/head
							parent
							
								
									5614ef1675
								
							
						
					
					
						commit
						e9963cd22c
					
				|  | @ -25,7 +25,7 @@ export interface IEmoji { | |||
|     shortcodes: string[]; | ||||
|     tags?: string[]; | ||||
|     unicode: string; | ||||
|     skins?: any[]; // Currently unused
 | ||||
|     skins?: Omit<IEmoji, "shortcodes">[]; // Currently unused
 | ||||
|     emoticon?: string; | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Robin Townsend
						Robin Townsend