mirror of
https://github.com/imsyy/SPlayer.git
synced 2025-11-25 03:14:57 +08:00
5 lines
71 B
TypeScript
5 lines
71 B
TypeScript
export type SongUrlResult = {
|
|
code: number;
|
|
url: string | null;
|
|
};
|