UNPKG

next-clz

Version:

Your CLI by Shoulders to create a backend started with [next-seed](https://github.com/Eureka-Shoulders/next-seed)

12 lines (11 loc) 364 B
import { ResourceGenPrompt } from '../types/prompt'; export declare function getGenerationOptions({ resource, ...rest }: ResourceGenPrompt): { template: string; target: string; props: { resourceEntityName: string; resourceNameCapitalized: string; resourceEntityNameCapitalized: string; resourceName: string; }; }[];