UNPKG

@lucidcms/core

Version:

The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.

9 lines (8 loc) 272 B
import { ToolkitTenantOptions } from "../types.mjs"; //#region src/libs/toolkit/media/get-single.d.ts type ToolkitMediaGetSingleInput = ToolkitTenantOptions & { id: number; }; //#endregion export { ToolkitMediaGetSingleInput }; //# sourceMappingURL=get-single.d.mts.map