Front: Pretty and Lint (#225)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import Model from "./Model";
|
||||
import Model from './Model';
|
||||
|
||||
interface SearchHistory extends Model {
|
||||
query: string;
|
||||
type: "song" | "artist" | "album" | "genre";
|
||||
userId: number;
|
||||
timestamp: Date;
|
||||
query: string;
|
||||
type: 'song' | 'artist' | 'album' | 'genre';
|
||||
userId: number;
|
||||
timestamp: Date;
|
||||
}
|
||||
|
||||
export default SearchHistory;
|
||||
export default SearchHistory;
|
||||
|
||||
Reference in New Issue
Block a user