mzinga
Version:
Node, React and MongoDB Headless CMS and Application Framework
5 lines • 325 B
TypeScript
import { GraphQLEnumType } from 'graphql';
import type { SanitizedLocalizationConfig } from '../../config/types';
declare const buildFallbackLocaleInputType: (localization: SanitizedLocalizationConfig) => GraphQLEnumType;
export default buildFallbackLocaleInputType;
//# sourceMappingURL=buildFallbackLocaleInputType.d.ts.map