Reduce requested extension data in queries
This commit is contained in:
@@ -12,7 +12,6 @@ import { ParseKeys } from 'i18next';
|
||||
import { Location } from 'react-router-dom';
|
||||
import {
|
||||
GetChaptersReaderQuery,
|
||||
GetExtensionQuery,
|
||||
GetMangaQuery,
|
||||
GetServerSettingsQuery,
|
||||
GetSourceBrowseQuery,
|
||||
@@ -32,8 +31,6 @@ declare module 'react-router-dom' {
|
||||
|
||||
export type TranslationKey = ParseKeys;
|
||||
|
||||
export type PartialExtension = GetExtensionQuery['extension'];
|
||||
|
||||
export interface IPos {
|
||||
type: 'selectState' | 'textState' | 'checkBoxState' | 'triState' | 'sortState';
|
||||
position: number;
|
||||
|
||||
Reference in New Issue
Block a user