@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
2 lines • 585 B
JavaScript
import{resolvedAdminCopySchema as e}from"../libs/i18n/copy.mjs";import t from"zod";const n={getAll:{query:{string:void 0,formatted:void 0},params:void 0,body:void 0,response:t.array(t.object({key:t.string().meta({description:`The tenant key`,example:`alpha`}),name:e.meta({description:`The tenant's name`,example:{type:`lucid.copy`,scope:`admin`,key:`tenants.alpha.name`,defaultMessage:`Alpha`}}),default:t.boolean().optional().meta({description:`Whether this tenant is the default admin selection`,example:!0})}))}};export{n as controllerSchemas};
//# sourceMappingURL=tenants.mjs.map