8 lines
No EOL
106 B
TypeScript
8 lines
No EOL
106 B
TypeScript
type DiscordIcon = {
|
|
id: string,
|
|
name: string,
|
|
}
|
|
|
|
type DiscordIconRequest = {
|
|
items: DiscordIcon[]
|
|
} |