mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-08 19:48:40 -06:00
6 lines
80 B
TypeScript
6 lines
80 B
TypeScript
export interface JellifyUser {
|
|
id: string
|
|
name: string
|
|
accessToken: string
|
|
}
|