mirror of
https://github.com/Jellify-Music/App.git
synced 2026-03-12 15:09:00 -05:00
5 lines
91 B
TypeScript
5 lines
91 B
TypeScript
export interface JellifyUser {
|
|
id: string;
|
|
name: string;
|
|
accessToken: string;
|
|
} |