safetwitch/src/types/Emote.ts

6 lines
91 B
TypeScript
Raw Normal View History

2023-06-18 23:19:20 -04:00
export interface Emote {
name: string,
urls : {
[k: string]: string
}
}