mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-08 20:25:34 -04:00
add page stats typings
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
export type Track = {
|
||||
artist: string;
|
||||
title: string;
|
||||
album: string;
|
||||
url: URL | string;
|
||||
image?: URL | string;
|
||||
};
|
||||
Reference in New Issue
Block a user