mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-24 03:11:03 +00:00
6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
export interface HowLongToBeatCategory {
|
|
title: string;
|
|
duration: string;
|
|
accuracy: string;
|
|
}
|