UNPKG

@lucidcms/core

Version:

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

1 lines 702 B
{"version":3,"file":"get-multiple.mjs","names":[],"sources":["../../../../src/services/media/client/get-multiple.ts"],"sourcesContent":["import type { GetMultipleQueryParams } from \"../../../schemas/media.js\";\nimport type { Media } from \"../../../types/response.js\";\nimport type { ServiceFn } from \"../../../utils/services/types.js\";\nimport getMultiple from \"../get-multiple.js\";\n\nconst getMultipleClient: ServiceFn<\n\t[\n\t\t{\n\t\t\tquery: GetMultipleQueryParams;\n\t\t},\n\t],\n\t{\n\t\tdata: Media[];\n\t\tcount: number;\n\t}\n> = async (context, data) => getMultiple(context, data);\n\nexport default getMultipleClient;\n"],"mappings":"mCAKA,MAAM,EAUF,MAAO,EAAS,IAAS,EAAY,EAAS,CAAI"}