add GRID_PAGINATED to ListDisplayType

This commit is contained in:
jeffvli
2025-09-29 00:39:40 -07:00
parent 85d8ad09c6
commit 9cfe396d0f
+1
View File
@@ -16,6 +16,7 @@ import { ServerFeatures } from '/@/shared/types/features-types';
export enum ListDisplayType {
CARD = 'card',
GRID = 'poster',
GRID_PAGINATED = 'posterPaginated',
LIST = 'list',
TABLE = 'table',
TABLE_PAGINATED = 'paginatedTable',