UNPKG

wgc

Version:

The official CLI tool to manage the GraphQL Federation Platform Cosmo

7 lines (6 loc) 181 B
export interface FetchRouterConfigResult { splitConfigLoading: boolean; routerConfig: string; featureFlags?: Map<string, string>; mapper?: Record<string, string>; }