mirror of
https://github.com/maciejpedzich/spotifyplaylistarchive.com.git
synced 2024-11-09 23:13:01 +01:00
7 lines
126 B
TypeScript
7 lines
126 B
TypeScript
export interface CalendarEntry {
|
|
snapshotId: string;
|
|
commitSha: string;
|
|
dateCaptured: string;
|
|
numFollowers: number;
|
|
}
|