Files
Jellify/types/JellifyLibrary.ts
Violet Caulfield 5ca00df6f7 [skip actions]
run prettier
2025-04-12 10:16:10 -05:00

8 lines
240 B
TypeScript

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