mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-29 18:31:26 +02:00
Make emoji skins type more specific
Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
5614ef1675
commit
e9963cd22c
@ -25,7 +25,7 @@ export interface IEmoji {
|
|||||||
shortcodes: string[];
|
shortcodes: string[];
|
||||||
tags?: string[];
|
tags?: string[];
|
||||||
unicode: string;
|
unicode: string;
|
||||||
skins?: any[]; // Currently unused
|
skins?: Omit<IEmoji, "shortcodes">[]; // Currently unused
|
||||||
emoticon?: string;
|
emoticon?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user