mirror of
https://github.com/apricote/Listory.git
synced 2026-02-07 10:17:02 +00:00
6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
|
|
import { TimeOptions } from "./time-options";
|
||
|
|
|
||
|
|
export interface TopTracksOptions {
|
||
|
|
time: TimeOptions;
|
||
|
|
}
|