novel-opds-now
Version:
按需生成 epub,此模組不使用排程任務來生成 epub
10 lines (9 loc) • 603 B
TypeScript
import { ITSPickExtra, ITSRequiredPick } from 'ts-type/lib/type/record';
import { ISharedHandlerOptions } from 'calibre-server/lib/types';
import { Feed } from 'opds-extra/lib/v1';
import Bluebird from 'bluebird';
export declare function calibreSearchFeed(options: ITSPickExtra<ISharedHandlerOptions, 'dbList' | 'pathWithPrefix'>, argv: {
searchTerms: string;
}): Bluebird<Feed>;
export declare function calibreSearchHandler(options: ITSRequiredPick<ISharedHandlerOptions, 'dbList' | 'pathWithPrefix' | 'siteTitle'>): import("express-serve-static-core").Router;
export default calibreSearchHandler;