UNPKG

webcm

Version:

Demonstrative implementation of a web-based manager for utilising Managed Components

14 lines (13 loc) 261 B
declare namespace Express { interface Request { fullUrl: string } interface Response { payload: { fetch: [string, RequestInit][] pageVars: [string, unknown][] execute: string[] return?: { [k: string]: unknown } } } }