mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 21:10:12 +02:00
Progress on advanced filters
This commit is contained in:
@@ -18,6 +18,7 @@ export enum AlbumSort {
|
||||
}
|
||||
|
||||
export type AlbumListParams = PaginationParams & {
|
||||
advancedFilters?: string;
|
||||
orderBy: SortOrder;
|
||||
serverFolderId?: string[];
|
||||
serverUrlId?: string;
|
||||
|
||||
Reference in New Issue
Block a user