lorehub
Version:
Capture and surface the collective wisdom of your codebase
12 lines • 339 B
TypeScript
import type { LoreType } from '../../core/types.js';
interface AddOptions {
initialContent?: string;
type?: LoreType;
why?: string;
provinces?: string[];
sigils?: string[];
confidence?: number;
}
export declare function renderAddLore(options: AddOptions): Promise<void>;
export {};
//# sourceMappingURL=add.d.ts.map