spotifyplaylistarchive.com/models/owner.ts

5 lines
58 B
TypeScript

export interface Owner {
name: string;
url: string;
}