UNPKG

logggai

Version:

AI-powered CLI for transforming your development work into professional content

7 lines 183 B
interface ListOptions { limit?: string; org?: string; } export declare function listCommand(options: ListOptions): Promise<void>; export {}; //# sourceMappingURL=list.d.ts.map