mirror of
https://github.com/maciejpedzich/spotifyplaylistarchive.com.git
synced 2024-11-10 07:13:03 +01:00
5 lines
58 B
TypeScript
5 lines
58 B
TypeScript
|
export interface Owner {
|
||
|
name: string;
|
||
|
url: string;
|
||
|
}
|