mirror of
https://github.com/maciejpedzich/spotifyplaylistarchive.com.git
synced 2024-11-13 00:33:03 +01:00
6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
|
export interface CalendarEntry {
|
||
|
snapshotId: string;
|
||
|
commitSha: string;
|
||
|
dateCaptured: string;
|
||
|
}
|