Add the Emoji payload type

This commit is contained in:
Will Hoskings
2020-02-11 18:23:59 +00:00
parent f785c42406
commit 1d989094d5
+5
View File
@@ -0,0 +1,5 @@
export interface EmojiPayload {
name: string;
id?: string;
animated?: boolean;
}