6 lines
91 B
TypeScript
6 lines
91 B
TypeScript
export interface Emote {
|
|
name: string,
|
|
urls : {
|
|
[k: string]: string
|
|
}
|
|
} |