5 lines
No EOL
77 B
TypeScript
5 lines
No EOL
77 B
TypeScript
interface User {
|
|
id: string
|
|
username: string
|
|
granblueId: number
|
|
} |