mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
Constrain emoji skins type even further
Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
e9963cd22c
commit
bd80201643
@ -25,7 +25,7 @@ export interface IEmoji {
|
||||
shortcodes: string[];
|
||||
tags?: string[];
|
||||
unicode: string;
|
||||
skins?: Omit<IEmoji, "shortcodes">[]; // Currently unused
|
||||
skins?: Omit<IEmoji, "shortcodes" | "tags">[]; // Currently unused
|
||||
emoticon?: string;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user