UNPKG

vva-cli

Version:

A CLI of Vue 3 and Typescript and Element-plus in Vite

12 lines (11 loc) 275 B
type Method = "jsonp" | "get" | "post"; export interface InputConfig { method?: string; searchKey?: string; targetPath?: string; nameKey?: string; idKey?: string; url?: string; defaultParam?: { [key: string]: string | number }; showId?: boolean; }