UNPKG

@codeberry/easysearch

Version:

A Strapi v5 plugin providing transliterated fuzzy search capabilities and advanced filtering logic for both GraphQL and REST APIs.

4 lines (3 loc) 144 B
import { Core } from "@strapi/strapi"; declare const getCustomTypes: (strapi: Core.Strapi, nexus: any) => any[]; export default getCustomTypes;