export interface JellifyLibrary { musicLibraryId: string; musicLibraryName?: string; musicLibraryPrimaryImageId?: string; playlistLibraryId: string; playlistLibraryPrimaryImageId?: string; }