lorehub
Version:
Capture and surface the collective wisdom of your codebase
11 lines • 322 B
TypeScript
interface BrowseOptions {
query?: string;
type?: string;
province?: string;
realmPath?: string;
currentRealmOnly?: boolean;
searchMode?: 'literal' | 'semantic' | 'hybrid';
}
export declare function renderBrowse(options: BrowseOptions): Promise<void>;
export {};
//# sourceMappingURL=browse.d.ts.map