EmoteRipper/src/Emoji.ts

6 lines
69 B
TypeScript
Executable File

export interface Emoji {
id: string,
name: string,
url: string
}