@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
12 lines (11 loc) • 474 B
text/typescript
import { LucidHonoGeneric } from "../../../types/hono.mjs";
//#region src/libs/http/middleware/authorize-private-media.d.ts
/**
* Determines if a private media request should proceed
*
* @todo Add support for team and user specific private media
*/
declare const authorizePrivateMedia: import("hono").MiddlewareHandler<LucidHonoGeneric, any, {}, Response>;
//#endregion
export { authorizePrivateMedia as default };
//# sourceMappingURL=authorize-private-media.d.mts.map