UNPKG

polish-cli

Version:

AI-powered file organization for Obsidian with automatic markdown conversion

10 lines 300 B
interface ProfileOptions { description?: string; vault?: string; originals?: string; copy?: boolean; force?: boolean; } export declare function profileCommand(action: string, name?: string, options?: ProfileOptions): Promise<void>; export {}; //# sourceMappingURL=profile.d.ts.map