mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 23:40:05 +00:00
auth finished
This commit is contained in:
@@ -6,12 +6,19 @@ export type Song = {
|
||||
url: string;
|
||||
previewimage: string;
|
||||
mapper: string;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
export type CollectionPreview = {
|
||||
index: number;
|
||||
name: string;
|
||||
length: number;
|
||||
previewimage: string;
|
||||
};
|
||||
|
||||
|
||||
export type Me = {
|
||||
id: number;
|
||||
name: string;
|
||||
avatar_url: string;
|
||||
endpoint: string;
|
||||
share: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user