import { RatingTypes } from "../types/RatingTypes"; export interface SearchQuery { tags: string; page?: number; limit?: number; rating?: RatingTypes; } //# sourceMappingURL=SearchQuery.d.ts.map