@payloadcms/plugin-multi-tenant
Version:
Multi Tenant plugin for Payload
6 lines • 474 B
TypeScript
import type { GenericTranslationsObject, NestedKeysStripped, SupportedLanguages } from '@payloadcms/translations';
import type { PluginDefaultTranslationsObject } from './types.js';
export declare const translations: SupportedLanguages<PluginDefaultTranslationsObject>;
export type PluginMultiTenantTranslations = GenericTranslationsObject;
export type PluginMultiTenantTranslationKeys = NestedKeysStripped<PluginMultiTenantTranslations>;
//# sourceMappingURL=index.d.ts.map