mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-14 18:25:16 +00:00
Fix typing for activity metadata
This commit is contained in:
@@ -57,9 +57,11 @@ export interface Activity {
|
||||
sync_id?: string;
|
||||
metadata?: {
|
||||
// spotify
|
||||
button_urls?: string[];
|
||||
context_uri?: string;
|
||||
album_id: string;
|
||||
artist_ids: string[];
|
||||
album_id?: string;
|
||||
artist_ids?: string[];
|
||||
type?: "track" | "episode";
|
||||
};
|
||||
session_id: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user