mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-09 04:19:55 -06:00
6 lines
125 B
TypeScript
6 lines
125 B
TypeScript
|
|
export interface JellifyLibrary {
|
|
musicLibraryId: string;
|
|
musicLibraryName: string;
|
|
playlistLibraryId: string;
|
|
} |