Reduce requested category data in queries
This commit is contained in:
@@ -11,7 +11,6 @@ import { SvgIconTypeMap } from '@mui/material/SvgIcon';
|
||||
import { ParseKeys } from 'i18next';
|
||||
import { Location } from 'react-router-dom';
|
||||
import {
|
||||
GetCategoryQuery,
|
||||
GetChapterQuery,
|
||||
GetExtensionQuery,
|
||||
GetMangaQuery,
|
||||
@@ -190,8 +189,6 @@ export enum IncludeInGlobalUpdate {
|
||||
UNSET = -1,
|
||||
}
|
||||
|
||||
export type TCategory = GetCategoryQuery['category'];
|
||||
|
||||
export interface ICategory {
|
||||
id: number;
|
||||
order: number;
|
||||
|
||||
Reference in New Issue
Block a user