spotifyplaylistarchive.com/models/user.ts

5 lines
57 B
TypeScript
Raw Permalink Normal View History

2023-09-23 12:45:31 +02:00
export interface User {
name: string;
url: string;
}