UNPKG

typerinth

Version:

A TypeScript library for interacting with the Modrinth API.

6 lines (5 loc) 135 B
export default interface ProjectVersionSearchOptions { loaders?: string[]; game_versions?: string[]; featured?: boolean; }