Front: Fix API calls with JWT Token
This commit is contained in:
@@ -2,9 +2,11 @@ import Metrics from "./Metrics";
|
||||
import Model from "./Model";
|
||||
|
||||
interface Song extends Model {
|
||||
title: string;
|
||||
description: string;
|
||||
album: string;
|
||||
name: string
|
||||
artistId: number | null
|
||||
albumId: number | null
|
||||
genreId: number | null;
|
||||
cover: string;
|
||||
metrics: Metrics;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user