Files
hydra/src/types/how-long-to-beat.types.ts
2024-11-28 10:13:23 +00:00

6 lines
100 B
TypeScript

export interface HowLongToBeatCategory {
title: string;
duration: string;
accuracy: string;
}