UNPKG

zcatalyst-cli

Version:

Command Line Tool for CATALYST

11 lines (10 loc) 184 B
export interface IClientProjectTemplate { type: string; name: string; properties: { app_name: string; code: { path: string; }; }; }