UNPKG

@payloadcms/plugin-redirects

Version:
9 lines 420 B
import type { GenericTranslationsObject, NestedKeysStripped } from '@payloadcms/translations'; export declare const translations: { en: GenericTranslationsObject; es: GenericTranslationsObject; fr: GenericTranslationsObject; }; export type RedirectsTranslations = GenericTranslationsObject; export type RedirectsTranslationKeys = NestedKeysStripped<RedirectsTranslations>; //# sourceMappingURL=index.d.ts.map