UNPKG

quasqui

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

11 lines (10 loc) 203 B
declare module '@modern-js/core' { interface UserConfig { bff?: Partial<{ prefix: string; requestCreator: string; fetcher: string; proxy: Record<string, any>; }>; } }