UNPKG

vva-cli

Version:

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

7 lines 125 B
export declare interface UserInfor { born: string; ctime: string; mail: string; name: string; sex?: number; }