mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 14:14:06 +00:00
refactoring some op functions, chain populating, type corrections
This commit is contained in:
@@ -13,16 +13,3 @@ export type User = {
|
||||
username: string;
|
||||
id: string;
|
||||
};
|
||||
|
||||
export interface PlaylistModel_Pl {
|
||||
playlistID: string;
|
||||
playlistName: string;
|
||||
}
|
||||
export interface PlaylistModel extends PlaylistModel_Pl {
|
||||
userID: string;
|
||||
}
|
||||
|
||||
export interface LinkModel_Edge {
|
||||
from: string;
|
||||
to: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user