UNPKG

mzinga

Version:

Node, React and MongoDB Headless CMS and Application Framework

5 lines 325 B
import { GraphQLEnumType } from 'graphql'; import type { SanitizedLocalizationConfig } from '../../config/types'; declare const buildFallbackLocaleInputType: (localization: SanitizedLocalizationConfig) => GraphQLEnumType; export default buildFallbackLocaleInputType; //# sourceMappingURL=buildFallbackLocaleInputType.d.ts.map