UNPKG

zcatalyst-cli

Version:

Command Line Tool for CATALYST

18 lines (17 loc) 355 B
export interface IFnProjectTemplate { type: string; name: string; properties: { stack: string; code: { path: string; }; configuration: { memory: number; }; type: string; name: string; }; } declare const _default: () => Promise<void>; export default _default;