UNPKG

pxt-core

Version:

Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors

8 lines (7 loc) 201 B
export interface SubWebAppConfig { name: string; buildCss: boolean; localServeWebConfigUrl: boolean; localServeEndpoint?: string; } export declare const SUB_WEBAPPS: SubWebAppConfig[];