4 lines
172 B
TypeScript
4 lines
172 B
TypeScript
import type { Core } from '@strapi/types';
|
|
declare const createEntityQuery: (strapi: Core.Strapi) => any;
|
|
export { createEntityQuery };
|
|
//# sourceMappingURL=entity.d.ts.map
|