Saving song infos to DB, refactor logging
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
import type { SongInfo } from '$lib/odesliResponse';
|
||||
|
||||
export interface TimelineEvent {
|
||||
event: string;
|
||||
payload: string;
|
||||
@ -11,6 +13,7 @@ export interface Post {
|
||||
content: string;
|
||||
account: Account;
|
||||
card?: PreviewCard;
|
||||
songs?: SongInfo[];
|
||||
}
|
||||
|
||||
export interface PreviewCard {
|
||||
|
Reference in New Issue
Block a user