mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-07 03:20:19 -06:00
5 lines
91 B
TypeScript
5 lines
91 B
TypeScript
export interface JellifyUser {
|
|
id: string;
|
|
name: string;
|
|
accessToken: string;
|
|
} |