@payloadcms/plugin-redirects
Version:
Redirects plugin for Payload
9 lines • 420 B
TypeScript
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