spotifyplaylistarchive.com/models/user.ts

5 lines
57 B
TypeScript
Raw Permalink Normal View History

2022-07-05 13:39:15 +02:00
export interface User {
name: string;
url: string;
}