mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-05-08 14:39:30 -05:00
5 lines
91 B
TypeScript
5 lines
91 B
TypeScript
export interface JellifyUser {
|
|
id: string;
|
|
name: string;
|
|
accessToken: string;
|
|
} |