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