UNPKG

@fewer/cli

Version:

The CLI to scaffold and perform operations for Fewer.

11 lines (10 loc) 260 B
export interface FewerConfigurationFile { src: string; migrations: string; repositories: string; schema: string; databases: string[]; typescript: boolean; cjs: boolean; } export default function (): Promise<FewerConfigurationFile>;