mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
Make emoji skins type more specific
Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
5614ef1675
commit
e9963cd22c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue