spotifyplaylistarchive.com/models/snapshot.ts

7 lines
121 B
TypeScript
Raw Normal View History

2022-07-06 14:01:01 +02:00
export interface Snapshot {
snapshotId: string;
commitSha: string;
dateCaptured: string;
2022-07-06 14:01:01 +02:00
numFollowers: number;
}