Files
jjk1227 6768ed89b5 Add GITADORA rival support
Implement rival registration, profile responses, and Web UI controls.

The UI is functional only; visual design and polish are not included in this change.
2026-08-21 15:31:31 +09:00

9 lines
130 B
TypeScript

export interface Rival {
collection: 'rival';
game: 'gf' | 'dm';
version: string;
rival_refid: string;
slot: number;
}