UNPKG

utquidem

Version:

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

10 lines (9 loc) 169 B
declare module '@modern-js/core' { interface UserConfig { bff?: Partial<{ prefix: string; requestCreator: string; fetcher: string; }>; } }