@favdevs/payload-ai
Version:
<p align="center"> <img alt="Payload AI Plugin" src="assets/payload-ai-intro.gif" width="100%" /> </p>
38 lines (37 loc) • 783 B
TypeScript
import type { NestedKeysStripped } from '@payloadcms/translations';
export declare const translations: {
en: {
$schema: string;
'ai-plugin': {};
};
es: {
$schema: string;
'ai-plugin': {};
};
fa: {
$schema: string;
'ai-plugin': {};
};
fr: {
$schema: string;
'ai-plugin': {};
};
nb: {
$schema: string;
'ai-plugin': {};
};
pl: {
$schema: string;
'ai-plugin': {};
};
ru: {
$schema: string;
'ai-plugin': {};
};
uk: {
$schema: string;
'ai-plugin': {};
};
};
export type PluginAITranslations = typeof translations.en;
export type PluginAITranslationKeys = NestedKeysStripped<PluginAITranslations>;