forked from didirus/AstralRinth
* New envs frontend * lint fix * Add blog post, user-facing changes, dashboard warning, project page member warning, and migration reviewing. maybe some other misc stuff * lint * lint * ignore .data in .prettierignore * i18n as fuck * fix proj page * Improve news markdown rendering * improve phrasing of initial paragraph * Fix environments not reloading after save * index.ts instead of underscored name * shrink-0 back on these icons
8 lines
169 B
TypeScript
8 lines
169 B
TypeScript
import type { ModrinthApiProjects } from './projects'
|
|
|
|
export interface ModrinthApi {
|
|
projects: ModrinthApiProjects
|
|
}
|
|
|
|
export { RestModrinthApi } from './default_impl'
|