safetwitch/src/types/Emote.ts
2023-06-18 23:19:20 -04:00

6 lines
91 B
TypeScript

export interface Emote {
name: string,
urls : {
[k: string]: string
}
}