mirror of
https://github.com/maciejpedzich/spotifyplaylistarchive.com.git
synced 2024-11-09 23:13:01 +01:00
5 lines
57 B
TypeScript
5 lines
57 B
TypeScript
export interface User {
|
|
name: string;
|
|
url: string;
|
|
}
|