Files
old-kitabcitab-frontend/kitabcitab/node_modules/next/dist/lib/commands.d.ts
2022-12-27 12:05:56 +01:00

5 lines
146 B
TypeScript

export declare type cliCommand = (argv?: string[]) => void;
export declare const commands: {
[command: string]: () => Promise<cliCommand>;
};