@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
8 lines (7 loc) • 402 B
text/typescript
import { LucidHonoGeneric } from "../../../types/hono.mjs";
import { Permission } from "../../permission/types.mjs";
//#region src/libs/http/middleware/permissions.d.ts
declare const permissions: (permissions: Permission | Permission[]) => import("hono").MiddlewareHandler<LucidHonoGeneric, any, {}, Response>;
//#endregion
export { permissions as default };
//# sourceMappingURL=permissions.d.mts.map