forked from akanyan/STARTLINER
initial commit
This commit is contained in:
17
src/types.ts
Normal file
17
src/types.ts
Normal file
@ -0,0 +1,17 @@
|
||||
export interface ModEntry {
|
||||
namespace: string;
|
||||
name: string;
|
||||
description: string;
|
||||
package_url: string;
|
||||
icon: string;
|
||||
path: string;
|
||||
version: string;
|
||||
version_available: string;
|
||||
enabled: boolean;
|
||||
}
|
||||
|
||||
export interface Profile {
|
||||
name: string;
|
||||
game: 'ongeki' | 'chunithm';
|
||||
mods: string[];
|
||||
}
|
Reference in New Issue
Block a user