mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 23:40:05 +00:00
init
This commit is contained in:
17
frontend/src/script/types.ts
Normal file
17
frontend/src/script/types.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export type Song = {
|
||||
hash: string;
|
||||
name: string;
|
||||
artist: string;
|
||||
length: number;
|
||||
url: string;
|
||||
previewimage: string;
|
||||
mapper: string;
|
||||
};
|
||||
|
||||
export type CollectionPreview = {
|
||||
index: number;
|
||||
name: string;
|
||||
length: number;
|
||||
previewimage: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user