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