UNPKG

typerinth

Version:

A TypeScript library for interacting with the Modrinth API.

18 lines (17 loc) 485 B
export declare enum FacetType { ProjectType = "project_type", Categories = "categories", Versions = "versions", ClientSide = "client_side", ServerSide = "server_side", OpenSource = "open_source", Title = "title", Author = "author", Follows = "follows", ProjectId = "project_id", License = "license", Downloads = "downloads", Color = "color", CreatedTimestamp = "created_timestamp", ModifiedTimestamp = "modified_timestamp" }