@payloadcms/plugin-multi-tenant
Version:
Multi Tenant plugin for Payload
11 lines • 443 B
TypeScript
import type { Language } from '@payloadcms/translations';
import type { enTranslations } from './languages/en.js';
export type PluginLanguage = Language<{
'plugin-multi-tenant': {
'confirm-tenant-switch--body': string;
'confirm-tenant-switch--heading': string;
'field-assignedTentant-label': string;
};
}>;
export type PluginDefaultTranslationsObject = typeof enTranslations;
//# sourceMappingURL=types.d.ts.map