libmodpm
Version:
Modrinth package manager library
2 lines (1 loc) • 390 B
TypeScript
export type RegistrySearchFacet = `project_type${":" | "=" | "!="}${"mod" | "modpack" | "resourcepack" | "shader" | "plugin" | "datapack"}` | `${"categories" | "versions" | "title" | "author" | "project_id" | "license"}${":" | "=" | "!="}${string}` | `${"follows" | "downloads" | "color" | "created_timestamp" | "modified_timestamp"}${":" | "=" | "!=" | ">=" | ">" | "<=" | "<"}${number}`;