UNPKG

strapi-plugin-fuzzy-search-young

Version:

Register a weighted fuzzy search endpoint for Strapi Headless CMS you can add your content types to in no time.

4 lines (3 loc) 176 B
import { ContentType } from '../interfaces/interfaces'; declare const validateQuery: (contentType: ContentType, locale: string) => Promise<void>; export default validateQuery;