SSRManifestI18n: {
    defaultLocale: string;
    domainLookupTable: Record<string, string>;
    fallback: Record<string, string> | undefined;
    locales: Locales;
    strategy: RoutingStrategies;
}

Type declaration