Files
Jellify/types/JellifyLibrary.ts
2025-02-16 04:28:02 -06:00

8 lines
260 B
TypeScript

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