@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
1 lines • 552 B
Source Map (JSON)
{"version":3,"file":"get-single.mjs","names":[],"sources":["../../../../src/services/media/client/get-single.ts"],"sourcesContent":["import type { Media } from \"../../../types/response.js\";\nimport type { ServiceFn } from \"../../../utils/services/types.js\";\nimport getSingle from \"../get-single.js\";\n\nconst getSingleClient: ServiceFn<\n\t[\n\t\t{\n\t\t\tid: number;\n\t\t},\n\t],\n\tMedia\n> = async (context, data) => getSingle(context, data);\n\nexport default getSingleClient;\n"],"mappings":"iCAIA,MAAM,EAOF,MAAO,EAAS,IAAS,EAAU,EAAS,CAAI"}