spotifyplaylistarchive.com/models/user.ts

5 lines
57 B
TypeScript

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