UNPKG

@liftr/cli

Version:

The Liftr CLI provides scaffolding for the Liftr framework

9 lines (8 loc) 262 B
interface AddRouteToFileParams { name: string; filePath: string; flatFile: boolean; endpointMethod?: string; } export declare const addRouteToFile: ({ name, filePath, flatFile, endpointMethod }: AddRouteToFileParams) => Promise<void>; export {};