diff --git a/src/shared/types/types.ts b/src/shared/types/types.ts index 9494c3469..7c2a0eec0 100644 --- a/src/shared/types/types.ts +++ b/src/shared/types/types.ts @@ -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',