MCPcopy Create free account
hub / github.com/IsAvaible/AngularModUpdater / GitHubRepoConfig

Interface GitHubRepoConfig

src/app/libraries/github/types.github.ts:4–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { RequirementLevel } from '../modrinth/types.modrinth';
3
4export interface GitHubRepoConfig {
5 owner: string;
6 repo: string;
7 loader: Loader;
8 pattern: RegExp;
9 title?: string;
10 client?: RequirementLevel;
11 server?: RequirementLevel;
12 modrinthPage?: string;
13 icon_url?: string;
14 description?: string;
15}
16
17export interface GitHubRelease {
18 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected