UNPKG

@tsed/cli

Version:
13 lines (12 loc) 234 B
export declare enum PlatformType { EXPRESS = "express", KOA = "koa", FASTIFY = "fastify" } declare global { namespace TsED { interface ProjectPreferences { platform: PlatformType; } } }