export interface LibraryState { library_uuid: string; library_id: number; library_path: string; offline: boolean; }